Skip to content

Commit fbbbc53

Browse files
committed
docs: adding explanation for color in set_facecolor
1 parent fcd5bb1 commit fbbbc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ def set_facecolor(self, color):
14991499
15001500
Parameters
15011501
----------
1502-
color : color
1502+
color : color defined by string name, char abbreviation or hex, see :doc:`gallery/color/named_colors`
15031503
"""
15041504
self._facecolor = color
15051505
self.stale = True

0 commit comments

Comments
 (0)