From 3d219e535640af7be7ea73f4e20e1720e2e697d8 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Wed, 29 Feb 2012 21:34:40 -0800 Subject: [PATCH] gnuplot settings for presentation versions of figures --- results/figures/common.gnuplot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/results/figures/common.gnuplot b/results/figures/common.gnuplot index ae32311..d90598b 100644 --- a/results/figures/common.gnuplot +++ b/results/figures/common.gnuplot @@ -7,3 +7,6 @@ # Settings for camera-ready: shrink plot size and increase font size so that # text is readable in the final paper. set term postscript eps dashed size 3.5,2.5 16 "NimbusSanL-Regu" fontfile "/usr/share/fonts/type1/gsfonts/n019003l.pfb" + +# Presentations +#set term postscript eps solid color size 5,2.5 16 "NimbusSanL-Regu" fontfile "/usr/share/fonts/type1/gsfonts/n019003l.pfb" -- 2.20.1