Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7ce220 + 586991e commit 202a277Copy full SHA for 202a277
lib/matplotlib/colors.py
@@ -106,7 +106,7 @@ class ColorSequenceRegistry(Mapping):
106
Read access uses a dict-like interface mapping names to lists of colors::
107
108
import matplotlib as mpl
109
- cmap = mpl.color_sequences['tab10']
+ colors = mpl.color_sequences['tab10']
110
111
The returned lists are copies, so that their modification does not change
112
the global definition of the color sequence.
0 commit comments