We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f33be24 + 023bc08 commit 6bc258fCopy full SHA for 6bc258f
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