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.
1 parent 4ccf275 commit d6270b1Copy full SHA for d6270b1
1 file changed
lib/matplotlib/colors.py
@@ -105,7 +105,7 @@ class ColorSequenceRegistry(Mapping):
105
Read access uses a dict-like interface mapping names to lists of colors::
106
107
import matplotlib as mpl
108
- cmap = mpl.color_sequences['tab10']
+ colors = mpl.color_sequences['tab10']
109
110
The returned lists are copies, so that their modification does not change
111
the global definition of the color sequence.
0 commit comments