You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/full-example.ipynb
+9-12Lines changed: 9 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@
272
272
"\n",
273
273
"If we make sure interactive mode is off when we create the figure then the figure will only display where we want it to.\n",
274
274
"\n",
275
-
"There is ongoing work to allow usage of `ioff` as a context manager, see the [ipympl issue](https://github.com/matplotlib/ipympl/issues/220) and the [matplotlib issue](https://github.com/matplotlib/matplotlib/issues/17013)"
275
+
"To do this you can use `plt.ioff()` as a context manager."
0 commit comments