PlotPyStack / guiqwt

Efficient 2D plotting Python library based on PythonQwt
https://pypi.python.org/pypi/guiqwt
Other
80 stars 20 forks source link

Images: changing X-axis direction does not work with autoscale #100

Closed PierreRaybaut closed 1 year ago

PierreRaybaut commented 1 year ago

When using ImagePlot.set_axis_direction("bottom", True), the auto scale feature does not work as expected.

How to reproduce?

Add plot.set_axis_direction("bottom", True) here and run the test script: https://github.com/PierreRaybaut/guiqwt/blob/master/guiqwt/tests/image_coords.py#L43