Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f0a412

Browse files
story645dstansby
andauthored
Update lib/matplotlib/colors.py
Co-authored-by: David Stansby <[email protected]>
1 parent 20dcf90 commit 1f0a412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def to_hex(c, keep_alpha=False):
392392
393393
Parameters
394394
----------
395-
c : :doc:`color </tutorials/colors/colors>` or `np.ma.masked`
395+
c : :doc:`color </tutorials/colors/colors>` or `numpy.ma.masked`
396396
397397
keep_alpha: bool, default: False
398398
If False, use the ``#rrggbb`` format, otherwise use ``#rrggbbaa``.

0 commit comments

Comments
 (0)