8000 Create 538.mplstyle · matplotlib/matplotlib@90d66db · GitHub
[go: up one dir, main page]

Skip to content

Commit 90d66db

Browse files
Create 538.mplstyle
8000
1 parent b4a678a commit 90d66db

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
#Author: Cameron Davidson-Pilon, DataOrigami.net
2+
3+
lines.linewidth: 2.0
4+
lines.linewidth: 4
5+
lines.solid_capstyle: butt
6+
7+
legend.fancybox: true
8+
9+
axes.color_cycle: 30a2da, fc4f30, e5ae38, 6d904f, 8b8b8b
10+
axes.facecolor: f0f0f0
11+
axes.labelsize: large
12+
axes.axisbelow: true
13+
axes.grid: true
14+
axes.edgecolor: f0f0f0
15+
axes.linewidth: 3.0
16+
axes.titlesize: x-large
17+
18+
patch.edgecolor: f0f0f0
19+
patch.linewidth: 0.5
20+
21+
svg.embed_char_paths: path
22+
23+
grid.linestyle: -
24+
grid.linewidth: 1.0
25+
grid.color: cbcbcb
26+
27+
xtick.major.size: 0 7915
28+
xtick.minor.size: 0
29+
ytick.major.size: 0
30+
ytick.minor.size: 0
31+
32+
font.size:14.0
33+
34+
savefig.edgecolor: f0f0f0
35+
savefig.facecolor: f0f0f0
36+
37+
figure.subplot.left: 0.08
38+
figure.subplot.right: 0.95
39+
figure.subplot.bottom: 0.07
40+
figure.facecolor: f0f0f0

0 commit comments

Comments
 (0)
0