-
Notifications
You must be signed in to change notification settings - Fork 0
/
matplotlibrc
75 lines (62 loc) · 3.51 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
axes.titlesize : 11
axes.labelsize : 11
#axes.labelpad : 0. ## space between label and axis
xtick.top : True ## draw ticks on the top side
xtick.bottom : True ## draw ticks on the bottom side
xtick.labeltop : False ## draw label on the top
xtick.labelbottom : True ## draw label on the bottom
xtick.major.size : 3.5 ## major tick size in points
xtick.minor.size : 2 ## minor tick size in points
xtick.major.width : 0.5 ## major tick width in points
xtick.minor.width : 0.3 ## minor tick width in points
xtick.major.pad : 3.5 ## distance to major tick label in points
xtick.minor.pad : 3.4 ## distance to the minor tick label in points
xtick.color : black ## color of the tick labels
xtick.labelsize : 9 ## fontsize of the tick labels
xtick.direction : in ## direction: in, out, or inout
xtick.minor.visible : True ## visibility of minor ticks on x-axis
xtick.major.top : True ## draw x axis top major ticks
xtick.major.bottom : True ## draw x axis bottom major ticks
xtick.minor.top : True ## draw x axis top minor ticks
xtick.minor.bottom : True ## draw x axis bottom minor ticks
xtick.alignment : center ## alignment of xticks
ytick.left : True ## draw ticks on the left side
ytick.right : True ## draw ticks on the right side
ytick.labelleft : True ## draw tick labels on the left side
ytick.labelright : False ## draw tick labels on the right side
ytick.major.size : 3.5 ## major tick size in points
ytick.minor.size : 2 ## minor tick size in points
ytick.major.width : 0.5 ## major tick width in points
ytick.minor.width : 0.3 ## minor tick width in points
ytick.major.pad : 3.5 ## distance to major tick label in points
ytick.minor.pad : 3.4 ## distance to the minor tick label in points
ytick.color : black ## color of the tick labels
ytick.labelsize : 9 ## fontsize of the tick labels
ytick.direction : in ## direction: in, out, or inout
ytick.minor.visible : True ## visibility of minor ticks on y-axis
ytick.major.left : True ## draw y axis left major ticks
ytick.major.right : True ## draw y axis right major ticks
ytick.minor.left : True ## draw y axis left minor ticks
ytick.minor.right : True ## draw y axis right minor ticks
ytick.alignment : center_baseline ## alignment of yticks
axes.formatter.limits: -2,2 # use scientific notation if log10
# of the axis range is smaller than the
# first or larger than the second
lines.linewidth : 0.5 ## line width in points
lines.markerfacecolor : white ## the default marker face color
lines.markeredgewidth : 0.5 ## the line width around the marker symbol
lines.markersize : 4 ## marker size, in points
text.usetex : True
font.family : Sans serif
font.style : normal
font.variant : normal
font.serif : Times
legend.frameon : False
legend.fontsize : 8
#legend.borderpad : 0.4 ## border whitespace
#legend.labelspacing : 0.5 ## the vertical space between the legend entries
legend.handlelength : 1.5 ## the length of the legend lines
#legend.handleheight : 0.7 ## the height of the legend handle
legend.handletextpad : 0.5 ## the space between the legend line and text
#legend.borderaxespad : 0.5 ## the border between the axes and legend edge
#legend.columnspacing : 2.0 ## column separation