|
33 | 33 | | colors. | - ``'k'`` as black | |
34 | 34 | | | - ``'w'`` as white | |
35 | 35 | +--------------------------------------+--------------------------------------+ |
36 | | -| Case-insensitive X11/CSS4 color name | - 'aquamarine' | |
37 | | -| with no spaces. | - 'mediumseagreen' | |
| 36 | +| Case-insensitive X11/CSS4 color name | - ``'aquamarine'`` | |
| 37 | +| with no spaces. | - ``'mediumseagreen'`` | |
38 | 38 | +--------------------------------------+--------------------------------------+ |
39 | 39 | | Case-insensitive color name from | - ``'xkcd:sky blue'`` | |
40 | 40 | | `xkcd color survey`_ with ``'xkcd:'``| - ``'xkcd:eggshell'`` | |
41 | 41 | | prefix. | | |
42 | 42 | +--------------------------------------+--------------------------------------+ |
43 | | -| Case-insensitive Tableau Colors from | - 'tab:blue' | |
44 | | -| 'T10' categorical palette. | - 'tab:orange' | |
45 | | -| | - 'tab:green' | |
46 | | -| | - 'tab:red' | |
47 | | -| | - 'tab:purple' | |
48 | | -| .. note:: This is the default color | - 'tab:brown' | |
49 | | -| cycle. | - 'tab:pink' | |
50 | | -| | - 'tab:gray' | |
51 | | -| | - 'tab:olive' | |
52 | | -| | - 'tab:cyan' | |
| 43 | +| Case-insensitive Tableau Colors from | - ``'tab:blue'`` | |
| 44 | +| 'T10' categorical palette. | - ``'tab:orange'`` | |
| 45 | +| | - ``'tab:green'`` | |
| 46 | +| | - ``'tab:red'`` | |
| 47 | +| | - ``'tab:purple'`` | |
| 48 | +| .. note:: This is the default color | - ``'tab:brown'`` | |
| 49 | +| cycle. | - ``'tab:pink'`` | |
| 50 | +| | - ``'tab:gray'`` | |
| 51 | +| | - ``'tab:olive'`` | |
| 52 | +| | - ``'tab:cyan'`` | |
53 | 53 | +--------------------------------------+--------------------------------------+ |
54 | 54 | | "CN" color spec where ``'C'`` | - ``'C0'`` | |
55 | 55 | | precedes a number acting as an index | - ``'C1'`` | |
56 | 56 | | into the default property cycle. +--------------------------------------+ |
57 | 57 | | | :rc:`axes.prop_cycle` | |
58 | | -| .. note:: Indexing occurs at | | |
59 | | -| rendering time and defaults| | |
| 58 | +| .. note:: Matplotlib indexes color | | |
| 59 | +| at draw time and defaults | | |
60 | 60 | | to black if cycle does not | | |
61 | 61 | | include color. | | |
62 | 62 | +--------------------------------------+--------------------------------------+ |
|
108 | 108 | "CN" color selection |
109 | 109 | -------------------- |
110 | 110 |
|
111 | | -"CN" colors convert to RGBA when creating Artists. The |
| 111 | +Matplotlib converts "CN" colors to RGBA when drawing Artists. The |
112 | 112 | :doc:`/tutorials/intermediate/color_cycle` section contains additional |
113 | 113 | information about controlling colors and style properties. |
114 | 114 | """ |
|
0 commit comments