8000 Document "none" as color value · matplotlib/matplotlib@ce4b660 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce4b660

Browse files
committed
Document "none" as color value
1 parent 773096e commit ce4b660

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

galleries/users_explain/colors/colors.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
| | |
7474
| .. versionadded:: 3.8 | |
7575
+--------------------------------------+--------------------------------------+
76+
| The special value "none" is fully | - ``'none'`` |
77+
| transparent, i.e. equivalent to a | |
78+
| RGBA value ``(0.0, 0.0, 0.0, 0.0)`` | |
79+
+--------------------------------------+--------------------------------------+
7680
7781
.. _xkcd color survey: https://xkcd.com/color/rgb/
7882

0 commit comments

Comments
 (0)
0