X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/9dee16c55c4207d86eae80c7e3d5f4fe63ddc3a0..1df7ce4dbf6b357b85234709150bc98c8c1250a5:/gw-tests/lib.sh diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 13004e3..5ffcb9d 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 color 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