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 95b5671 commit 20dcf90Copy full SHA for 20dcf90
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 `np.ma.masked`
396
397
keep_alpha: bool, default: False
398
If False, use the ``#rrggbb`` format, otherwise use ``#rrggbbaa``.
0 commit comments