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 aa15e0d

Browse filesBrowse files
authored
Merge pull request #29034 from meeseeksmachine/auto-backport-of-pr-29031-on-v3.9.x
2 parents 4ccf275 + d6270b1 commit aa15e0d
Copy full SHA for aa15e0d

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lib/matplotlib/colors.py

Copy file name to clipboardExpand all lines: lib/matplotlib/colors.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class ColorSequenceRegistry(Mapping):
105105
Read access uses a dict-like interface mapping names to lists of colors::
106106
107107
import matplotlib as mpl
108-
cmap = mpl.color_sequences['tab10']
108+
colors = mpl.color_sequences['tab10']
109109
110110
The returned lists are copies, so that their modification does not change
111111
the global definition of the color sequence.

0 commit comments

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