File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2614,9 +2614,10 @@ def show(self, warn=True):
2614
2614
may only be shown briefly or not shown at all if you or your
2615
2615
environment are not managing an event loop.
2616
2616
2617
- Proper use cases for `.Figure.show` include running this from a GUI
2617
+ Use cases for `.Figure.show` include running this from a GUI
2618
2618
application (where there is persistently an event loop running) or
2619
- from a shell with an input hook configured (IPython will do this).
2619
+ from a shell, like IPython, that install an input hook to allow the interactive
2620
+ shell to accept input while the figure is also being shown and interactive.
2620
2621
Some, but not all, GUI toolkits will register an input hook on
2621
2622
import. See :ref:`cp_integration` for more details.
2622
2623
You can’t perform that action at this time.
0 commit comments