-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.mplstyle
More file actions
38 lines (30 loc) · 1.06 KB
/
style.mplstyle
File metadata and controls
38 lines (30 loc) · 1.06 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
# https://matplotlib.org/users/customizing.html
#figure.titlesize : small # size of the figure title (Figure.suptitle())
figure.figsize : 8, 5 # figure size in inches
#figure.dpi : 200 # figure dots per inch
figure.facecolor : white
figure.edgecolor : white
# figure.autolayout : True # Automatically apply 'plt.tight_layout'
lines.linewidth : 2
lines.markersize : 10
legend.fontsize : 15
legend.handlelength : 1
axes.titlesize : 10
axes.labelsize : 10
xtick.labelsize : 8 # font size of tick labels
ytick.labelsize : 8
xtick.major.size : 6 # major tick size in points
xtick.minor.size : 4 # minor tick size in points
ytick.major.size : 6
ytick.minor.size : 4
xtick.minor.visible : True # turn minor ticks on by default
ytick.minor.visible : True
# has to be a .ttf file in /Library/Fonts
# font.family : sans-serif
# font.sans-serif : Helvetica Neue
#font.sans-serif : 'Comic Sans'
#font.style : italic
# font.serif : Optima
# font.family : Helvetica Neue Light
# font.style : light
#font.family : Optima