-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatplotlibrc
More file actions
47 lines (36 loc) · 1.34 KB
/
Copy pathmatplotlibrc
File metadata and controls
47 lines (36 loc) · 1.34 KB
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
backend : TkAgg
### LINES
lines.linewidth : 1.0
### PATCHES
patch.facecolor : black
### FONT
font.family : serif
font.size : 12.0
text.usetex : False
### AXES
axes.prop_cycle : cycler('color', ['k', 'ff7f0e', '1f77b4', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf'])
### TICKS
xtick.major.size : 8 # major tick size in points
xtick.minor.size : 4 # minor tick size in points
xtick.minor.visible : True
xtick.top : True
xtick.bottom : True
xtick.direction : in
ytick.major.size : 8 # major tick size in points
ytick.minor.size : 4 # minor tick size in points
ytick.minor.visible : True
ytick.left : True
ytick.right : True
ytick.direction : in
### Legend
legend.frameon : False # whether or not to draw a frame around legend
legend.scatterpoints : 1 # number of scatter points
legend.fontsize : 12.0
legend.handletextpad : 0.15 # space between example line/marker and text
### IMAGES
image.interpolation : nearest # see help(imshow) for options
image.origin : lower # lower | upper
### ERRORBAR PLOTS
errorbar.capsize : 2 # length of end cap on error bars in pixels
### SAVING FIGURES
savefig.bbox : tight # 'tight' or 'standard'