We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87793b9 commit 637e682Copy full SHA for 637e682
src/core/plotwidget.cpp
@@ -812,8 +812,11 @@ void PlotWidget::createAppearance()
812
if (axisIndex != axisModelVector.size() - 1
813
&& mPlotStyle.mXAxisPref.mIsAxisDrawingAtCenterEnabled == false) {
814
axisRect->axis(QCPAxis::atBottom)->setTickLabels(false);
815
- axisRect->axis(QCPAxis::atBottom)->setTickLabelType(mLayoutModel->timeAxisType());
+ //axisRect->axis(QCPAxis::atBottom)->setTickLabelType(mLayoutModel->timeAxisType());
816
}
817
+
818
+ axisRect->axis(QCPAxis::atBottom)->setTickLabelType(mLayoutModel->timeAxisType());
819
820
//ticks
821
822
// auto axisPen = axisRect->axis(QCPAxis::atLeft)->basePen();
0 commit comments