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 0d4c84a commit 4be1c14Copy full SHA for 4be1c14
1 file changed
doc/users/colors.rst
@@ -17,6 +17,8 @@ it can be provided as:
17
<http://blog.xkcd.com/2010/05/03/color-survey-results/>`__ These
18
names are prefixed with ``'xkcd:'`` (e.g., ``'xkcd:sky blue'``) to
19
prevent name clashes with the CSS4/X11 names.
20
+* One of ``{'C0', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6', 'C7', 'C8', 'C9'}`` which will use the
21
+ color from the Nth element in ``mpl.rcparams['axes.prop_cycle']``.
22
23
All string specifications of color are case-insensitive.
24
0 commit comments