10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b65e4 commit 372a837Copy full SHA for 372a837
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -199,7 +199,7 @@ def apply_callback(data):
199
if axis.get_scale() != axis_scale:
200
getattr(axes, f"set_{name}scale")(axis_scale)
201
202
- getattr(axes, f"set_{name}lim")(axis_min, axis_max)
+ axis._set_lim(axis_min, axis_max, auto=False)
203
axis.set_label_text(axis_label)
204
205
# Restore the unit data
0 commit comments