You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original Qwt scale looks right, but PythonQwt is not really logarithmic... any ideas what the problem might be? I suspect it might be related to the fact that now PythonQwt uses a better overall auto range calculation to give some room on each side of each axis (which looks much better in normal situations), but this extra room might not be playing well with the old logarithmic scaling code, but this is just a hunch.
Hi folks,
We are having different results when using the logarithmic scale compared with
Qwt
.Qwt
PythonQwt
The original
Qwt
scale looks right, butPythonQwt
is not really logarithmic... any ideas what the problem might be? I suspect it might be related to the fact that nowPythonQwt
uses a better overall auto range calculation to give some room on each side of each axis (which looks much better in normal situations), but this extra room might not be playing well with the old logarithmic scaling code, but this is just a hunch.I did look at the
QwtLogScaleEngine.autoScale
method in comparison with the original, and everything seems well.Any hints/suggestions would be greatly appreciated! 👍
The text was updated successfully, but these errors were encountered: