From 1c643e2c045cd3c2d2c73ce1111171e7f01ebcc6 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Wed, 18 Feb 2009 11:13:25 -0500 Subject: plotting style used in submission of ECRTS'09 --- plot_scatter | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'plot_scatter') diff --git a/plot_scatter b/plot_scatter index 6ebb436..de709f3 100755 --- a/plot_scatter +++ b/plot_scatter @@ -3,7 +3,7 @@ #NICE="blacktext linewidth 4.0 \"Helvetica\" 16 " # try thinner lines -NICE="blacktext linewidth 1.0 \"Helvetica\" 16 " +NICE="color blacktext solid linewidth 1.0 \"Helvetica\" 20 size 16cm,7cm" EXT="png" TERMINAL="png size 1024,768 large" @@ -15,7 +15,7 @@ while true; do --eps) shift EXT="eps" - TERMINAL="postscript color eps $NICE" + TERMINAL="postscript eps $NICE" ;; --lines) shift @@ -100,7 +100,8 @@ if [ "$PLOT" = "plot " ]; then fi OUT="${OUT}.${EXT}" - +KEY="set key below" +KEY="set key off" gnuplot <