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 4ccf275 + d6270b1 commit aa15e0dCopy full SHA for aa15e0d
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