Labrador
Labrador copied to clipboard
please elaborate on "there were plans to use QCustomPlot v2 but this was adandoned."
Now I notice as well though that
ui->scopeAxes->xAxis->setAutoTickCount(9);is only called inMainWindow:initializePlotwhen#if QCP_VER == 1is satisfied. When#if QCP_VER == 2instead, some different ticking functions are used... should I probably look into those and make sure #352 is compatible with them?@espotek-org/maintainers could one of you please comment?
I don't think this is a big problem, there were plans to use QCustomPlot v2 but this was adandoned.
Originally posted by @EspoTek in https://github.com/espotek-org/Labrador/issues/357#issuecomment-3323019847