8000 Merge pull request #29034 from meeseeksmachine/auto-backport-of-pr-29… · matplotlib/matplotlib@aa15e0d · GitHub
[go: up one dir, main page]

Skip to content

Commit aa15e0d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colors.py

Lines 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