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 f33be24 commit 023bc08Copy full SHA for 023bc08
1 file changed
matplotlib_inline/backend_inline.py
@@ -52,7 +52,7 @@ def new_figure_manager_given_figure(num, figure):
52
# should be a no-op (otherwise we'll generate duplicate plots, since a user
53
# who set ioff() manually expects to make separate draw/show calls).
54
if not matplotlib.is_interactive():
55
- return
+ return manager
56
57
# ensure current figure will be drawn, and each subsequent call
58
# of draw_if_interactive() moves the active figure to ensure it is
0 commit comments