-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmatplotlibrc
More file actions
50 lines (42 loc) · 1020 Bytes
/
matplotlibrc
File metadata and controls
50 lines (42 loc) · 1020 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
49
50
#### MATPLOTLIBRC FORMAT
## See http://matplotlib.org/users/customizing.html#the-matplotlibrc-file for
## more details on the paths which are checked for the configuration file.
# figure
figure.figsize : 7.5, 5
figure.subplot.left : 0.1
figure.subplot.bottom : 0.1
figure.subplot.right : 0.96
figure.subplot.top : 0.96
# axes
axes.spines.left : True
axes.spines.bottom : True
axes.spines.right : False
axes.spines.top : False
axes.facecolor : white
axes.edgecolor : 0.4
axes.linewidth : 0.6
# ticks
xtick.bottom : True
xtick.color : 0.4
xtick.labelsize : 9
xtick.major.width : 0.6
xtick.major.size : 4
ytick.left : True
ytick.color : 0.4
ytick.labelsize : 9
ytick.major.width : 0.6
ytick.major.size : 4
# grid
axes.grid : True
grid.linestyle : -
grid.color : black
grid.alpha : 0.16
grid.linewidth : 0.4
# legend
legend.edgecolor : white
legend.facecolor : 0.94
legend.borderpad : 1
legend.labelspacing : 0.6
legend.framealpha : 1
# lines
lines.linewidth : 0.8