-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbarbie.mplstyle
67 lines (60 loc) · 2.76 KB
/
barbie.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
## ***************************************************************************
## * FIGURE *
## ***************************************************************************
figure.facecolor: 00cdff
figure.edgecolor: 00cdff
savefig.facecolor: 00cdff
savefig.edgecolor: 00cdff
figure.dpi: 100
figure.titlesize: 14
figure.titleweight: bold
## ***************************************************************************
## * LINES *
## ***************************************************************************
lines.linewidth: 1.5
## ***************************************************************************
## * PATCHES *
## ***************************************************************************
patch.facecolor: a62675
patch.edgecolor: fdf6fa
## ***************************************************************************
## * LEGEND *
## ***************************************************************************
legend.fontsize: 12
## ***************************************************************************
## * TICKS *
## ***************************************************************************
xtick.direction: out
ytick.direction: out
xtick.color: bf2986
ytick.color: bf2986
## ***************************************************************************
## * AXES *
## ***************************************************************************
axes.grid: False
axes.facecolor: 00cdff
axes.edgecolor: eeb4d7
axes.labelcolor: bf2986
axes.titlecolor: bf2986
axes.linewidth: 1.0
axes.titlesize: 12
axes.titleweight: bold
axes.labelsize: 12
axes.labelweight: bold
axes.spines.top: True
axes.spines.right: True
axes.axisbelow: True
axes.prop_cycle: cycler('color', ['a62675', 'fdf6fa', 'd74ea2', 'f5d1e6', 'eeb4d7', 'd74ea2', 'bf2986'])
## ***************************************************************************
## * GRIDS *
## ***************************************************************************
grid.color: eeb4d7
## ***************************************************************************
## * BOXPLOT *
## ***************************************************************************
boxplot.flierprops.color: white
boxplot.flierprops.markeredgecolor: fdf6fa
boxplot.boxprops.color: fdf6fa
boxplot.whiskerprops.color: fdf6fa
boxplot.capprops.color: fdf6fa
boxplot.medianprops.color: a62675