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 20dcf90 commit 1f0a412Copy full SHA for 1f0a412
lib/matplotlib/colors.py
@@ -392,7 +392,7 @@ def to_hex(c, keep_alpha=False):
392
393
Parameters
394
----------
395
- c : :doc:`color </tutorials/colors/colors>` or `np.ma.masked`
+ c : :doc:`color </tutorials/colors/colors>` or `numpy.ma.masked`
396
397
keep_alpha: bool, default: False
398
If False, use the ``#rrggbb`` format, otherwise use ``#rrggbbaa``.
0 commit comments