summaryrefslogtreecommitdiffstats
path: root/ps1/code/matplotlibrc
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-10-30 00:00:29 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-10-30 00:00:29 -0400
commit59560fca8caa4d76abe2fe8597d806e0a897874a (patch)
treec8441b1200ffee2d6f5ebaecc9ab6077f6ea7772 /ps1/code/matplotlibrc
parentab978841c3da7cf1e6f7e21132a88a13715db773 (diff)
downloadcs284-59560fca8caa4d76abe2fe8597d806e0a897874a.tar.gz
[ps1] Add code for Problem 5
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