X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/4c676bfe792052ff8c5f8e1e61f9bfb6248d9527..04e52ed0d948cbc94848b96b72cb9c36eac27212:/gw-tests/lib.sh diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 13004e3..5ecf236 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -61,10 +61,10 @@ _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 solid color enhanced; " \ + echo "set terminal pdfcairo dashed mono enhanced; " \ "set output \"graph$i.pdf\";" \ "set pointsize 0.5;" \ - "$(< plot.$igp)" | gnuplot + "$(< plot$i.gp)" |sed -e 's/lc [0-9]//'| gnuplot echo 'set terminal pngcairo color enhanced size 750,525 font ",10" ;' \ "$(< plot$i.gp)" | gnuplot > graph$i.png convert -resize 150x105 -gamma 0.5 -quality 90 -type Palette -depth 8 graph$i.png tgraph$i.png