8000 cycler signature update. · matplotlib/matplotlib@f498ee2 · GitHub
[go: up one dir, main page]

Skip to content

Commit f498ee2

Browse files
authored
cycler signature update.
1 parent 5b854bb commit f498ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
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)
0