We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d2dd7 commit 31a1c1aCopy full SHA for 31a1c1a
1 file changed
galleries/users_explain/colors/colors.py
@@ -61,9 +61,14 @@
61
+--------------------------------------+--------------------------------------+
62
| "CN" color spec where ``'C'`` | - ``'C0'`` |
63
| precedes a number acting as an index | - ``'C1'`` |
64
-| into the default property cycle. +--------------------------------------+
65
-| | :rc:`axes.prop_cycle` |
66
-| .. note:: Matplotlib indexes color | |
+| into the default property cycle. | |
+| | |
+| .. note:: The cycle comes from the | |
67
+| global | |
68
+| :rc:`axes.prop_cycle`, not | |
69
+| an Axes-local cycle set by | |
70
+| `~.Axes.set_prop_cycle`. | |
71
+| Matplotlib indexes color | |
72
| at draw time and defaults | |
73
| to black if cycle does not | |
74
| include color. | |
0 commit comments