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

Skip to content

Commit e09cab9

Browse files
committed
DOC: more small edits
1 parent afe9edd commit e09cab9

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

doc/users/interactive.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ Toggle major grids :rc:`keymap.grid`
219219
Toggle minor grids :rc:`keymap.grid_minor`
220220
Toggle x axis scale (log/linear) :rc:`keymap.xscale`
221221
Toggle y axis scale (log/linear) :rc:`keymap.yscale`
222-
Toggle y axis scale (log/linear) :rc:`keymap.yscale`
223222
Close Figure :rc:`keymap.quit`
224223
Constrain pan/zoom to x axis hold **x** when panning/zooming with mouse
225224
Constrain pan/zoom to y axis hold **y** when panning/zooming with mouse

lib/matplotlib/figure.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ def show(self, warn=True):
384384
AttributeError.
385385
386386
.. warning::
387+
387388
This does not manage an GUI event loop. Consequently, the figure
388389
may only be shown briefly or not shown at all if you or your
389390
environment are not managing an event loop.
@@ -395,11 +396,6 @@ def show(self, warn=True):
395396
python script, you should use `matplotlib.pyplot.show` instead,
396397
which takes care of managing the event loop for you.
397398
398-
.. warning
399-
400-
If the GUI event loop is not running the figure will be shown,
401-
but will not be responsive and may not draw.
402-
403399
Parameters
404400
----------
405401
warn : bool, default: True

0 commit comments

Comments
 (0)