File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ void PlotData::InitializePhaseFunctionLinearPlot(Ui_MainWindow *ui)
6969{
7070 ui->customPlot_PhaseFunctionLinear ->xAxis ->setLabel (" Angle (deg.)" );
7171 ui->customPlot_PhaseFunctionLinear ->xAxis ->setRange (-180 ,180 );
72- ui->customPlot_PhaseFunctionLinear ->xAxis ->ticker ()->setTickStepStrategy (QCPAxisTicker::TickStepStrategy::tssMeetTickCount);
7372 QVector<double > ticks;
7473 QVector<QString> labels;
7574 ticks << -180 << -135 << -90 << -45 << 0 << 45 << 90 << 135 << 180 ;
@@ -95,7 +94,6 @@ void PlotData::InitializeAllOtherPlots(Ui_MainWindow *ui)
9594 // Plot S1S2
9695 ui->customPlot_S1S2 ->xAxis ->setLabel (" Angle (deg.)" );
9796 ui->customPlot_S1S2 ->xAxis ->setRange (0 ,180 );
98- ui->customPlot_S1S2 ->xAxis ->ticker ()->setTickStepStrategy (QCPAxisTicker::TickStepStrategy::tssMeetTickCount);
9997 QVector<double > ticks;
10098 QVector<QString> labels;
10199 ticks << 0 << 45 << 90 << 135 << 180 ;
You can’t perform that action at this time.
0 commit comments