blob: 2b7f13571e3c644808b542ff445686efedf67d0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# https://matplotlib.org/tutorials/introductory/customizing.html
# https://github.com/matplotlib/matplotlib/blob/master/matplotlibrc.template
figure.figsize: 10,5
axes.titlesize : 16
axes.labelsize : 16
lines.linewidth : 2
lines.markersize : 8
xtick.labelsize : 12
ytick.labelsize : 12
image.aspect: equal
|