8000 updated clf() comment to reflect latest name / behavior · matplotlib/matplotlib@d763571 · GitHub
[go: up one dir, main page]

Skip to content

Commit d763571

Browse files
committed
updated clf() comment to reflect latest name / behavior
1 parent 5cdc996 commit d763571

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/figure.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2750,8 +2750,9 @@ def clf(self, keep_observers=False, refetch_rcparams=False):
27502750
keep_observers: bool, optional
27512751
Set to True if, for example, a GUI widget is tracking the Axes 69CA in
27522752
the figure.
2753-
reset_rcparams: bool, optional
2754-
Set to True to reset Figure parameters to rcParams values.
2753+
refetch_rcparams: bool, optional
2754+
Set to True to refetch rcParams and update existing Figure
2755+
parameters to match.
27552756
"""
27562757

27572758
self.suppressComposite = None

0 commit comments

Comments
 (0)
0