Skip to content

Commit c5f5eb3

Browse files
authored
Merge pull request matplotlib#26200 from oscargus/coloralphaversion
[Doc] Add note about (str, alpha) version added
2 parents 11a5d66 + 4b85e65 commit c5f5eb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

galleries/users_explain/colors/colors.py

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
+--------------------------------------+--------------------------------------+
7171
| Tuple of one of the above color | - ``('green', 0.3)`` |
7272
| formats and an alpha float. | - ``('#f00', 0.9)`` |
73+
| | |
74+
| .. versionadded:: 3.8 | |
7375
+--------------------------------------+--------------------------------------+
7476
7577
.. _xkcd color survey: https://xkcd.com/color/rgb/

0 commit comments

Comments
 (0)