-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom_style.mplstyle
80 lines (69 loc) · 1.65 KB
/
custom_style.mplstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# To check more avaialble options see:
# https://matplotlib.org/tutorials/introductory/customizing.html
font.serif : Asap-Regular
font.variant : normal
font.size : 10
# AXES
axes.titlesize : small
axes.labelsize : xx-small
axes.labelpad : 1
axes.linewidth : 2
axes.spines.top : False
axes.spines.right : False
axes.spines.bottom : True
axes.spines.left : True
axes.axisbelow: True
axes.grid.axis: y
# GRID
axes.grid : True
axes3d.grid : True
grid.linestyle : -
grid.linewidth : 1
# LINES
lines.linewidth : 2
lines.markeredgewidth : 1
lines.marker: None
lines.markersize : 2
# PATCH
patch.linewidth : 1
# SCATTER PLOT
scatter.marker : o
# TICKS
xtick.labelsize : xx-small
xtick.direction : inout
xtick.major.pad : 3
xtick.major.size : 3
ytick.labelsize : x-small
ytick.direction : in
ytick.major.pad : 3
ytick.major.size : 3
# BOXPLOT
boxplot.boxprops.linestyle: -
boxplot.boxprops.linewidth: 1.0
boxplot.capprops.linestyle: -
boxplot.capprops.linewidth: 1.0
boxplot.flierprops.linestyle: none
boxplot.flierprops.linewidth: 1.0
boxplot.flierprops.marker: o
boxplot.flierprops.markeredgewidth: 1.0
boxplot.flierprops.markersize: 4.0
boxplot.meanline: True
boxplot.meanprops.linestyle: --
boxplot.meanprops.linewidth: 1.0
boxplot.meanprops.marker: none
boxplot.meanprops.markersize: 2.0
boxplot.medianprops.linestyle: -
boxplot.medianprops.linewidth: 1.0
boxplot.notch: False
boxplot.patchartist: True
boxplot.showbox: True
boxplot.showcaps: True
boxplot.showfliers: True
boxplot.showmeans: False
boxplot.vertical: True
boxplot.whiskerprops.linestyle: -
boxplot.whiskerprops.linewidth: 1.0
boxplot.whiskers: 0.75
# FIGURE OUTPUT
figure.figsize : 4, 3
figure.dpi : 150