File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -359,15 +359,15 @@ def isinteractive():
359359
360360 If in interactive mode then:
361361
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.
365365
366366 If not in interactive mode then:
367367
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.
371371
372372 See Also
373373 --------
You can’t perform that action at this time.
0 commit comments