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

Skip to content

Commit 3e7471a

Browse files
committed
Use "new" blue by default
1 parent 5695389 commit 3e7471a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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': ['b', validate_color], # blue
846+
'patch.facecolor': ['#1f77b4', validate_color], # blue
847847
'patch.antialiased': [True, validate_bool], # antialiased (no jaggies)
848848

849849
## Histogram properties

matplotlibrc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)