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

Skip to content

Commit f21d5cf

Browse files
committed
Fix comment
1 parent 0aae0f0 commit f21d5cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ def validate_hist_bins(s):
843843
## patch props
844844
'patch.linewidth': [None, validate_float_or_None], # line width in points
845845
'patch.edgecolor': ['k', validate_color], # black
846-
'patch.facecolor': ['#1f77b4', validate_color], # blue
846+
'patch.facecolor': ['#1f77b4', validate_color], # blue (first color in color cycle)
847847
'patch.antialiased': [True, validate_bool], # antialiased (no jaggies)
848848

849849
## Histogram properties

0 commit comments

Comments
 (0)