diff options
Diffstat (limited to 'fun/matplotlibrc')
| -rw-r--r-- | fun/matplotlibrc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/fun/matplotlibrc b/fun/matplotlibrc new file mode 100644 index 0000000..c80ed98 --- /dev/null +++ b/fun/matplotlibrc @@ -0,0 +1,27 @@ +font.size : 8 +font.family : sans-serif +font.sans-serif : Helvetica +font.serif : Palatino +#text.usetex : True +#mathtext.fontset : custom + + +lines.markersize : 4 +lines.linewidth : 0.75 +#lines.linestyle : - +#lines.marker : . +patch.linewidth : 0.5 + +axes.linewidth : 0.5 +axes.color_cycle: 66C2A5, FC8D62, 8DA0CB, E78AC3, A6D854, FFD92F, E5C494, B3B3B3 + +legend.fontsize : medium +legend.numpoints : 1 +legend.markerscale : 0.8 +legend.frameon : True +legend.borderaxespad: 0.6 + +savefig.dpi : 100 +savefig.bbox : tight +savefig.pad_inches : 0.05 +#figure.figsize: 3.9, 3.5 |
