summaryrefslogtreecommitdiffstats
path: root/cli/openbb_cli/assets/styles/default/light.mplstyle
blob: 807f6caa752bf6adf3ef64c4edc951875d4a10c2 (plain)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# The cool hackerman style

# LINES
# http://matplotlib.org/api/artist_api.html#module-matplotlib.lines
lines.linewidth: 1.1
lines.color: 0F0F0F
lines.linestyle: -
lines.marker: None
lines.markeredgewidth: 0.5
lines.markersize: 4
lines.dash_joinstyle: miter
lines.dash_capstyle: butt
lines.solid_joinstyle: miter
lines.solid_capstyle: projecting
lines.antialiased: True

patch.edgecolor: 000000
patch.facecolor: 822661
patch.linewidth: 1

# TEXT
# http://matplotlib.org/api/font_manager_api.html
font.family: sans-serif
font.sans-serif: Consolas, Deja Vu Sans, Arial, Helvetica
font.style: normal
font.variant: normal
font.weight: medium
font.stretch: normal
font.size: 13

text.color: 0F0F0F

axes.spines.left: true
axes.spines.bottom: true
axes.spines.top: true
axes.spines.right: true
axes.linewidth: 0.2

axes.labelsize: small
axes.titlelocation: left

axes.facecolor: white
axes.edgecolor: 0F0F0F
axes.labelcolor: 0F0F0F
axes.grid: true
axes.grid.which: major

axes.prop_cycle: cycler('color', ['254495', 'c13246', '48277c', 'e4003a', 'ef7d00', '822661', 'ffed00', '00aaff', '9b30d9', 'af005f', '5f00af', 'af87ff'])

xtick.color: 0F0F0F
ytick.color: 0F0F0F

xtick.major.size: 2
xtick.minor.size: 1
xtick.labelsize: small

ytick.major.size: 2
ytick.minor.size: 1
ytick.labelsize: small
xtick.alignment: center

ytick.left: False
ytick.labelleft: False
ytick.right: True
ytick.labelright: True


grid.color: 0F0F0F
grid.linewidth: 0.4
grid.linestyle: :

legend.framealpha: 0.6
legend.frameon: true
legend.facecolor: white
legend.edgecolor: white
legend.scatterpoints: 3
legend.fontsize: small
legend.loc: best

figure.facecolor: white
figure.edgecolor: white
figure.subplot.hspace: 0.2

savefig.facecolor: white
savefig.edgecolor: white

### Boxplots
boxplot.boxprops.color: 0F0F0F
boxplot.capprops.color: 0F0F0F
boxplot.flierprops.color: 0F0F0F
boxplot.flierprops.markeredgecolor: 0F0F0F
boxplot.whiskerprops.color: 0F0F0F
boxplot.medianprops.color: 0F0F0F
boxplot.meanprops.markeredgecolor: 0F0F0F
boxplot.meanprops.color: 0F0F0F