summaryrefslogtreecommitdiffstats
path: root/ps1/code/matplotlibrc
diff options
context:
space:
mode:
Diffstat (limited to 'ps1/code/matplotlibrc')
-rw-r--r--ps1/code/matplotlibrc27
1 files changed, 27 insertions, 0 deletions
diff --git a/ps1/code/matplotlibrc b/ps1/code/matplotlibrc
new file mode 100644
index 0000000..3bda572
--- /dev/null
+++ b/ps1/code/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 : 2
+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