X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/e2f6ea0a1257b097e4e6278d742733b316d2f553..423e36d347a8b2d68d8ae4f26499719d11d1476f:/gw-tests/lib.sh diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 8a8a9e9..a67a46e 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -53,7 +53,9 @@ _plot() { if [ -z "$OPT_NO_X11" ]; then echo "set terminal x11 enhanced; $(< plot.gp)" | gnuplot -persist fi - echo "set terminal pdfcairo solid color enhanced; set output \"graph$i.pdf\";" \ + echo "set terminal pdfcairo solid color enhanced; " \ + "set output \"graph$i.pdf\";" \ + "set pointsize 0.5;" \ "$(< plot.gp)" | gnuplot echo 'set terminal pngcairo color enhanced size 750,525 font ",10" ;' \ "$(< plot.gp)" | gnuplot > graph$i.png