Skip to content

Navigation Menu

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 b8be220

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

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.