File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -675,10 +675,11 @@ def clf():
675
675
def draw ():
676
676
"""Redraw the current figure.
677
677
678
- This is used in interactive mode to update a figure that has been
679
- altered, but not automatically re-drawn. This should be only rarely
680
- needed, but there may be ways to modify the state of a figure with
681
- out marking it as `stale`. Please report these cases as bugs.
678
+ This is used to update a figure that has been altered, but not
679
+ automatically re-drawn. If interactive mode is on (:func:`.ion()`), this
680
+ should be only rarely needed, but there may be ways to modify the state of
681
+ a figure without marking it as `stale`. Please report these cases as
682
+ bugs.
682
683
683
684
A more object-oriented alternative, given any
684
685
:class:`~matplotlib.figure.Figure` instance, :attr:`fig`, that
You can’t perform that action at this time.
0 commit comments