QCustomPlot Discussion and Comments

Why is there no setTickStep in version 2.1.1 of qcustomplot, if I want to set the tick step, how do I set it?Return to overview

Why is there no setTickStep in version 2.1.1 of qcustomplot, if I want to set the tick step, how do I set it?

There is:
setTickStep

it is given by the QCPAxisTickerFixed, which you can configure with axis->setTicker

Here is a tutorial how axis tickers work in general: https://www.qcustomplot.com/documentation/classQCPAxisTicker.html#details