File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' : ['b ' , validate_color ], # blue
846+ 'patch.facecolor' : ['#1f77b4 ' , validate_color ], # blue
847847 'patch.antialiased' : [True , validate_bool ], # antialiased (no jaggies)
848848
849849 ## Histogram properties
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ backend : $TEMPLATE_BACKEND
100100#patch.linewidth : None # edge width in points.
101101 # If None, use axes.linewidth when patch
102102 # is not filled.
103- #patch.facecolor : b
103+ #patch.facecolor : #1f77b4
104104#patch.edgecolor : black
105105#patch.antialiased : True # render patches in antialiased (no jaggies)
106106
You can’t perform that action at this time.
0 commit comments