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 5eccf94

Browse filesBrowse files
authored
Cycler signature code format fix (#29001)
Remove [ ] which reduced clarity
1 parent ac1d009 commit 5eccf94
Copy full SHA for 5eccf94

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
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
@@ -1546,7 +1546,7 @@ def set_prop_cycle(self, *args, **kwargs):
15461546
Call signatures::
15471547
15481548
set_prop_cycle(cycler)
1549-
set_prop_cycle(label=values[, label2=values2[, ...]])
1549+
set_prop_cycle(label=values, label2=values2, ...)
15501550
set_prop_cycle(label, values)
15511551
15521552
Form 1 sets given `~cycler.Cycler` object.

‎lib/matplotlib/rcsetup.py

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ def cycler(*args, **kwargs):
682682
Call signatures::
683683
684684
cycler(cycler)
685-
cycler(label=values[, label2=values2[, ...]])
685+
cycler(label=values, label2=values2, ...)
686686
cycler(label, values)
687687
688688
Form 1 copies a given `~cycler.Cycler` object.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.