From: Michal Sojka Date: Tue, 17 Sep 2013 11:41:06 +0000 (+0200) Subject: Make pdf plots colorful (for web) X-Git-Tag: fix-allnoconfig~132 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/d0a19578a7762f9fa19fd143325e4cf3879aa569 Make pdf plots colorful (for web) --- diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 5ecf236..5ffcb9d 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -61,7 +61,7 @@ _plot() { echo "set terminal x11 enhanced; $(< plot$i.gp)" | gnuplot -persist fi test "$(gnuplot --version)" = "gnuplot 4.2 patchlevel 5 " && continue - echo "set terminal pdfcairo dashed mono enhanced; " \ + echo "set terminal pdfcairo dashed color enhanced; " \ "set output \"graph$i.pdf\";" \ "set pointsize 0.5;" \ "$(< plot$i.gp)" |sed -e 's/lc [0-9]//'| gnuplot