8000
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 443137a commit 821f268Copy full SHA for 821f268
lib/matplotlib/colors.py
@@ -29,7 +29,8 @@
29
The module also provides functions for checking whether an object can be
30
interpreted as a color (`is_color_like`), for converting such an object
31
to an RGBA tuple (`to_rgba`) or to an HTML-like hex string in the
32
-"#rrggbb" format (`to_hex`), and a sequence of colors to an (n, 4)
+"#rrggbb" format (`
33
+`), and a sequence of colors to an (n, 4)
34
RGBA array (`to_rgba_array`). Caching is used for efficiency.
35
36
Colors that Matplotlib recognizes are listed at
0 commit comments