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 8bba2a4 commit 5f14f6fCopy full SHA for 5f14f6f
1 file changed
lib/matplotlib/backends/__init__.py
@@ -22,7 +22,7 @@ def pylab_setup():
22
backend_name = backend_name.lower() # until we banish mixed case
23
backend_name = 'matplotlib.backends.%s'%backend_name.lower()
24
backend_mod = __import__(backend_name,
25
- globals(),locals(),[backend_name])
+ globals(),locals(),[backend_name],0)
26
27
# Things we pull in from all backends
28
new_figure_manager = backend_mod.new_figure_manager
0 commit comments