We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6c11a commit b8be220Copy full SHA for b8be220
lib/matplotlib/axes/_base.py
@@ -1548,7 +1548,7 @@ def set_prop_cycle(self, *args, **kwargs):
1548
Axes. If multiple properties are given, their value lists must have
1549
the same length. This is just a shortcut for explicitly creating a
1550
cycler and passing it to the function, i.e. it's short for
1551
- ``set_prop_cycle(cycler(label=values label2=values2, ...))``.
+ ``set_prop_cycle(cycler(label=values, label2=values2, ...))``.
1552
1553
Form 3 creates a `~cycler.Cycler` for a single property and set it
1554
as the property cycle of the Axes. This form exists for compatibility
0 commit comments