File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -359,15 +359,15 @@ def isinteractive():
359
359
360
360
If in interactive mode then:
361
361
362
- - newly created figures will be shown immediately
363
- - figures will automatically redraw on change
364
- - `.pyplot.show` will not block by default
362
+ - newly created figures will be shown immediately;
363
+ - figures will automatically redraw on change;
364
+ - `.pyplot.show` will not block by default.
365
365
366
366
If not in interactive mode then:
367
367
368
- - newly created figures and changes to figures will
369
- not be reflected until explicitly asked to be
370
- - `.pyplot.show` will block by default
368
+ - newly created figures and changes to figures will not be reflected until
369
+ explicitly asked to be;
370
+ - `.pyplot.show` will block by default.
371
371
372
372
See Also
373
373
--------
You can’t perform that action at this time.
0 commit comments