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
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