Skip to content

Commit 3fc1080

Browse files
committed
Remove redundant _update_axisinfo call
`set_units` calls the `_update_axisinfo` function internally, so the call here was redundant.
1 parent 372a837 commit 3fc1080

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/backends/qt_editor/figureoptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ def apply_callback(data):
205205
# Restore the unit data
206206
axis.converter = axis_converter[name]
207207
axis.set_units(axis_units[name])
208-
axis._update_axisinfo()
209208

210209
# Set / Curves
211210
for index, curve in enumerate(curves):

0 commit comments

Comments
 (0)