8000 Create bmh.mplstyle · matplotlib/matplotlib@bb29649 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb29649

Browse files
Create bmh.mplstyle
Update 538.mplstyle Update bmh.mplstyle fixing line in bmh.mplstyle
1 parent 90d66db commit bb29649

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

lib/matplotlib/style/stylelib/538.mplstyle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#Author: Cameron Davidson-Pilon, DataOrigami.net
1+
#Author: Cameron Davidson-Pilon, replicated styles from FiveThirtyEight.com
2+
# See https://www.dataorigami.net/blogs/fivethirtyeight-mpl
23

34
lines.linewidth: 2.0
45
lines.linewidth: 4
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#Author: Cameron Davidson-Pilon, original styles from Bayesian Methods for Hackers
2+
# https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
3+
4+
lines.linewidth : 2.0
5+
6+
patch.linewidth: 0.5
7+
patch.facecolor: blue
8+
patch.edgecolor: eeeeee
9+
patch.antialiased: True
10+
11+
text.hinting_factor : 8
12+
13+
mathtext.fontset : cm
14+
15+
axes.facecolor: eeeeee
16+
axes.edgecolor: bcbcbc
17+
axes.grid : True
18+
axes.titlesize: x-large
19+
axes.labelsize: large
20+
axes.color_cycle: 348ABD, A60628, 7A68A6, 467821, D55E00, CC79A7, 56B4E9, 009E73, F0E442, 0072B2
21+
22+
legend.fancybox: True
23+
figure.figsize : 11, 8
24+
figure.dpi : 100
25+
26+
savefig.dpi: 300

0 commit comments

Comments
 (0)
0