-
Notifications
You must be signed in to change notification settings - Fork 53
/
matplotlibrc
52 lines (42 loc) · 1.07 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
# TCRM Plotting Configuration
backend: TkAgg
#### LINES
lines.linewidth : 0.5
lines.linestyle : -
lines.markersize : 1
lines.color : k
#### FONTS
font.family : sans-serif
font.size : 10.0
font.style : normal
#### TEXT
text.color : black
text.antialiased : True
#### AXES
axes.titlesize : large
axes.labelsize : small
axes.labelcolor : black
axes.prop_cycle : cycler('color', ['1f77b4', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf'])
#### LEGEND
legend.fancybox: True
legend.frameon: True
#### TICKS
xtick.direction : out
ytick.direction : out
xtick.labelsize : x-small
ytick.labelsize : x-small
#### CONTOURS
contour.negative_linestyle: dashed
#### GRIDS
grid.color : 808080
grid.linestyle : --
grid.linewidth : 0.5
grid.alpha : 0.75
#### FIGURES
figure.dpi : 300
figure.figsize : 12, 8
figure.subplot.left: 0.0675
figure.subplot.right: 0.9125
#### IMAGES
image.aspect : equal
image.cmap : viridis