Thanks to visit codestin.com Credit goes to github.com
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 0aae0f0 commit f21d5cfCopy full SHA for f21d5cf
1 file changed
lib/matplotlib/rcsetup.py
@@ -843,7 +843,7 @@ def validate_hist_bins(s):
843
## patch props
844
'patch.linewidth': [None, validate_float_or_None], # line width in points
845
'patch.edgecolor': ['k', validate_color], # black
846
- 'patch.facecolor': ['#1f77b4', validate_color], # blue
+ 'patch.facecolor': ['#1f77b4', validate_color], # blue (first color in color cycle)
847
'patch.antialiased': [True, validate_bool], # antialiased (no jaggies)
848
849
## Histogram properties
0 commit comments