From d0a19578a7762f9fa19fd143325e4cf3879aa569 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 17 Sep 2013 13:41:06 +0200 Subject: [PATCH 1/1] Make pdf plots colorful (for web) --- gw-tests/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2