Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e7471a

Browse filesBrowse files
committed
Use "new" blue by default
1 parent 5695389 commit 3e7471a
Copy full SHA for 3e7471a

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎lib/matplotlib/rcsetup.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
+1-1Lines 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
Collapse file

‎matplotlibrc.template‎

Copy file name to clipboardExpand all lines: matplotlibrc.template
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.