Skip to content

Commit 1270de7

Browse files
committed
New default plot styles per Tai
1 parent 4d48e66 commit 1270de7

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

tiny/templates/tinyrna-light.mplstyle

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,49 @@
55
#### Figure basics ####
66
savefig.dpi: 300
77
figure.autolayout: true
8-
figure.facecolor: white
9-
figure.edgecolor: 0.50
8+
figure.facecolor: None
9+
figure.edgecolor: None
1010

1111
#### Scatter Styles ####
12-
scatter.marker: o
12+
scatter.marker: .
1313

1414
#### Tick styles ####
1515
xtick.color: 333333
1616
xtick.direction: out
1717
ytick.color: 333333
1818
ytick.direction: out
1919

20-
xtick.major.size: 3.0
21-
ytick.major.size: 3.0
20+
xtick.major.size: 5.0
21+
ytick.major.size: 5.0
2222
xtick.minor.size: 1.5
2323
ytick.minor.size: 1.5
24-
xtick.major.width: 0.8
25-
ytick.major.width: 0.8
26-
xtick.minor.width: 0.6
27-
ytick.minor.width: 0.6
24+
xtick.major.width: 0.4
25+
ytick.major.width: 0.4
26+
xtick.minor.width: 0.4
27+
ytick.minor.width: 0.4
2828

2929
xtick.major.pad: 3.5
3030
ytick.major.pad: 3.5
3131

32-
xtick.labelsize: 16
33-
ytick.labelsize: 16
32+
xtick.labelsize: 20
33+
ytick.labelsize: 20
3434

3535
#### Axes basics ####
36-
axes.labelsize: 16
37-
axes.titlesize: 16
36+
axes.labelsize: 20
37+
axes.titlesize: 20
3838
axes.facecolor: white
3939
axes.edgecolor: 333333
40-
axes.linewidth: 1
40+
axes.linewidth: 0.4
4141
axes.grid: True
42-
axes.labelcolor: 333333
42+
axes.labelcolor: 000000
4343
axes.labelpad: 4.0
4444
axes.axisbelow: True
4545
axes.autolimit_mode: round_numbers
4646
axes.xmargin: 0.04
4747
axes.ymargin: 0.04
4848

4949
#### Legend ####
50-
legend.fontsize: 16
50+
legend.fontsize: 20
5151
legend.framealpha: 0.8
5252
legend.edgecolor: 0.8
5353
legend.markerscale: 3.0
@@ -71,29 +71,29 @@ font.size: 10
7171
mathtext.default: regular
7272

7373
#### Line style ####
74-
lines.linewidth: 1.0
75-
lines.markersize: 3.25
74+
lines.linewidth: 0.4
75+
lines.markersize: 7.5
7676
lines.markeredgewidth: 0
7777

7878
#### Color cycle Default ####
7979
#### Default colors used when color isn't specified in code
80-
axes.prop_cycle: cycler('color', ['F1605D', '51B9CF', 'FDC010', 'A5D38E', 'ED2891', '09535B', 'F0732A', '971BF0', '17D1C9', '82C046', 'A32225', 'E9D9A3'])
80+
axes.prop_cycle: cycler('color', ['F1605D', '2980B9', 'FDC010', 'A5D38E', 'ED2891', '09535B', 'A32225', '971BF0', '17D1C9', '82C046', 'F0732A', 'E9D9A3'])
8181
# F1605D : light red
82-
# 51B9CF : light blue
82+
# 2980B9 : blue
8383
# FDC010 : gold-yellow
8484
# A5D38E : light green
8585
# ED2891 : hot pink
8686
# 09535B : dark blue
87-
# F0732A : orange
87+
# A32225 : deep red
8888
# 971BF0 : purple
8989
# 17D1C9 : turquoise
9090
# 82C046 : green
91-
# A32225 : deep red
91+
# F0732A : orange
9292
# E9D9A3 : tan
9393

9494
#### Grid style ####
9595
grid.color: 333333
96-
grid.linestyle: --
97-
grid.linewidth: 0.8
96+
grid.linestyle: :
97+
grid.linewidth: 0.4
9898
grid.alpha: 0.2
9999

0 commit comments

Comments
 (0)