Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d12c1f2

Browse filesBrowse 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
Copy full SHA for d12c1f2

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

‎lib/matplotlib/backends/qt_editor/figureoptions.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/qt_editor/figureoptions.py
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.