jkaercher
Results
1
issues of
jkaercher
Hi, `QwtPlot.axisMaxMinor` and `QwtPlot.axisStepSize` access their respective attributes from `self.axisWidget(axisId)`. This results in these exceptions: ``` Traceback (most recent call last): File "/tmp/example.py", line 13, in plot.axisMaxMinor(qwt.QwtPlot.xBottom) File "/opt/conda/envs/bnpython/lib/python3.10/site-packages/qwt/plot.py", line...