File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -843,7 +843,7 @@ def validate_hist_bins(s):
843
843
## patch props
844
844
'patch.linewidth' : [None , validate_float_or_None ], # line width in points
845
845
'patch.edgecolor' : ['k' , validate_color ], # black
846
- 'patch.facecolor' : ['b ' , validate_color ], # blue
846
+ 'patch.facecolor' : ['#1f77b4 ' , validate_color ], # blue
847
847
'patch.antialiased' : [True , validate_bool ], # antialiased (no jaggies)
848
848
849
849
## Histogram properties
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ backend : $TEMPLATE_BACKEND
100
100
#patch.linewidth : None # edge width in points.
101
101
# If None, use axes.linewidth when patch
102
102
# is not filled.
103
- #patch.facecolor : b
103
+ #patch.facecolor : #1f77b4
104
104
#patch.edgecolor : black
105
105
#patch.antialiased : True # render patches in antialiased (no jaggies)
106
106
You can’t perform that action at this time.
0 commit comments