Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6334d3

Browse files
authored
Merge pull request #18330 from anntzer/dedentlist
Dedent rst list.
2 parents 48b6327 + 0f29ba3 commit d6334d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/matplotlib/pyplot.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
--------

0 commit comments

Comments
 (0)