File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,7 +219,6 @@ Toggle major grids :rc:`keymap.grid`
219219Toggle minor grids :rc: `keymap.grid_minor `
220220Toggle x axis scale (log/linear) :rc: `keymap.xscale `
221221Toggle y axis scale (log/linear) :rc: `keymap.yscale `
222- Toggle y axis scale (log/linear) :rc: `keymap.yscale `
223222Close Figure :rc: `keymap.quit `
224223Constrain pan/zoom to x axis hold **x ** when panning/zooming with mouse
225224Constrain pan/zoom to y axis hold **y ** when panning/zooming with mouse
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments