Thanks to visit codestin.com Credit goes to github.com
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 3377467 commit 6bd87dbCopy full SHA for 6bd87db
1 file changed
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -131,8 +131,8 @@ def apply_callback(data):
131
# Restore the unit data
132
axes.xaxis.converter = xconverter
133
axes.yaxis.converter = yconverter
134
- axes.xaxis.set_units( xunits )
135
- axes.yaxis.set_units( yunits )
+ axes.xaxis.set_units(xunits)
+ axes.yaxis.set_units(yunits)
136
axes.xaxis._update_axisinfo()
137
axes.yaxis._update_axisinfo()
138
0 commit comments