-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatplotlibrc
More file actions
48 lines (39 loc) · 778 Bytes
/
matplotlibrc
File metadata and controls
48 lines (39 loc) · 778 Bytes
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
#backend: Qt4Agg
font.size: 18
font.family: sans-serif
#### dark theme
lines.color: white
patch.edgecolor: white
text.color: white
axes.facecolor: 212121
axes.edgecolor: white
axes.labelcolor: white
xtick.color: white
ytick.color: white
grid.color: white
figure.facecolor: 212121
#figure.edgecolor: 212121
figure.edgecolor: white
savefig.facecolor: 212121
#savefig.edgecolor: 212121
savefig.edgecolor: white
#### light theme
#lines.color: black
#patch.edgecolor: white
#
#text.color: white
#axes.facecolor: white
#axes.edgecolor: black
#axes.labelcolor: black
#
#axes.linewidth: 2
#
#xtick.color: black
#ytick.color: black
#
#grid.color: black
#
#figure.facecolor: white
#figure.edgecolor: white
#savefig.facecolor: white
#savefig.edgecolor: white