Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d12c1f2

Browse files
committed
_update_axisinfo is called by set_units
The `set_units` call internally calls `_update_axisinfo` so the call here was redundant.
1 parent 41fc3d3 commit d12c1f2

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)