Skip to content

Commit 418c572

Browse files
authored
Add None to set_prop_cycle docstring
Add `None` to the docstring as a request from the maintainers.
1 parent baad0f4 commit 418c572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/matplotlib/axes/_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ def set_prop_cycle(self, *args, **kwargs):
16001600
16011601
Parameters
16021602
----------
1603-
cycler : `~cycler.Cycler`
1603+
cycler : `~cycler.Cycler` or ``None``
16041604
Set the given Cycler. *None* resets to the cycle defined by the
16051605
current style.
16061606

0 commit comments

Comments
 (0)