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 ed8131b commit 586991eCopy full SHA for 586991e
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