Skip to content

Commit

Permalink
Merge pull request #7449 from Rufflewind/master
Browse files Browse the repository at this point in the history
DOC: Clarify documentation of pyplot.draw
  • Loading branch information
tacaswell committed Nov 15, 2016
2 parents 901562f + f0e6d01 commit 86b32ca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/matplotlib/pyplot.py
Expand Up @@ -674,10 +674,11 @@ def clf():
def draw():
"""Redraw the current figure.
This is used in interactive mode to update a figure that has been
altered, but not automatically re-drawn. This should be only rarely
needed, but there may be ways to modify the state of a figure with
out marking it as `stale`. Please report these cases as bugs.
This is used to update a figure that has been altered, but not
automatically re-drawn. If interactive mode is on (:func:`.ion()`), this
should be only rarely needed, but there may be ways to modify the state of
a figure without marking it as `stale`. Please report these cases as
bugs.
A more object-oriented alternative, given any
:class:`~matplotlib.figure.Figure` instance, :attr:`fig`, that
Expand Down

0 comments on commit 86b32ca

Please sign in to comment.