forked from uncertainty-toolbox/uncertainty-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatplotlibrc
57 lines (48 loc) · 1.52 KB
/
matplotlibrc
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
### Font
font.family : Times, Serif
font.size : 12.0
### Text
text.usetex : True
### Lines
lines.linewidth : 2
lines.antialiased : True
### Axes settings
axes.facecolor : fafafa
axes.edgecolor : 777777
axes.linewidth : 1
axes.titlesize : medium
axes.labelsize : medium
axes.axisbelow : True
### Ticks
xtick.major.size : 0 # major tick size in points
xtick.minor.size : 0 # minor tick size in points
xtick.major.pad : 6 # distance to major tick label in points
xtick.minor.pad : 6 # distance to the minor tick label in points
xtick.color : 333333 # color of the tick labels
xtick.labelsize : medium # fontsize of the tick labels
xtick.direction : in # direction: in or out
ytick.major.size : 0 # major tick size in points
ytick.minor.size : 0 # minor tick size in points
ytick.major.pad : 6 # distance to major tick label in points
ytick.minor.pad : 6 # distance to the minor tick label in points
ytick.color : 333333 # color of the tick labels
ytick.labelsize : medium # fontsize of the tick labels
ytick.direction : in # direction: in or out
### Grid settings
axes.grid : True
grid.alpha : 0.3
grid.linewidth : 1
### Legend
legend.fancybox : True
legend.fontsize : Small
legend.facecolor : fdfdfd
### Figure
figure.figsize : 4.0, 4.0
figure.facecolor : 1.0
figure.edgecolor : 0.5
figure.dpi : 200
### Bar plots
hatch.linewidth : 0.1
### Animation
animation.writer : html
animation.html : html5