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 fd2a447

Browse filesBrowse files
committed
Merge pull request #5763 from mdboom/fix-docstring
Fix docstring type
2 parents 6574934 + 1c20030 commit fd2a447
Copy full SHA for fd2a447

File tree

Expand file treeCollapse file tree

1 file changed

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

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
@@ -1088,7 +1088,7 @@ def set_prop_cycle(self, *args, **kwargs):
10881088
Can also be `None` to reset to the cycle defined by the
10891089
current style.
10901090
1091-
label : name
1091+
label : str
10921092
The property key. Must be a valid `Artist` property.
10931093
For example, 'color' or 'linestyle'. Aliases are allowed,
10941094
such as 'c' for 'color' and 'lw' for 'linewidth'.

0 commit comments

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