Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dce3346

Browse filesBrowse files
authored
Merge pull request #28605 from meeseeksmachine/auto-backport-of-pr-28604-on-v3.9.x
Backport PR #28604 on branch v3.9.x (cycler signature update.)
2 parents 6e6c11a + b8be220 commit dce3346
Copy full SHA for dce3346

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.