Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8be220

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #28604: cycler signature update.
1 parent 6e6c11a commit b8be220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ def set_prop_cycle(self, *args, **kwargs):
15481548
Axes. If multiple properties are given, their value lists must have
15491549
the same length. This is just a shortcut for explicitly creating a
15501550
cycler and passing it to the function, i.e. it's short for
1551-
``set_prop_cycle(cycler(label=values label2=values2, ...))``.
1551+
``set_prop_cycle(cycler(label=values, label2=values2, ...))``.
15521552
15531553
Form 3 creates a `~cycler.Cycler` for a single property and set it
15541554
as the property cycle of the Axes. This form exists for compatibility

0 commit comments

Comments
 (0)