X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/7f362bd7e0425e779cc7d4c567e4261b21e4b6a7..f32de48759fc2e9ffceb6c667e62967073ef27e1:/gw-tests/lib.sh diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 1a490a1..f6f4439 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -47,14 +47,14 @@ cleanupgw() { _plot() { local testname=`basename $0 .sh` - plot_cmds | sed -e "/set title/ s/[\"']\(.*\)[\"']/\"\1\\\\n(GW kernel $kvers, Traffic $traffic, Load $load)\"/" > plot.gp + plot_cmds | sed -e "/set title/ s/[\"']\(.*\)[\"']/\"\1\\\\n{\/*0.75 (GW kernel $kvers, Traffic $traffic, Load $load)}\"/" > plot.gp if [[ ! -s plot.gp ]]; then return; fi if [ -z "$OPT_NO_X11" ]; then echo "set terminal x11 enhanced; $(< plot.gp)" | gnuplot -persist fi I='' - echo 'set terminal pdfcairo color enhanced;' \ - "$(< plot.gp)" | gnuplot > ${testname}$I.pdf + echo "set terminal pdfcairo solid color enhanced; set output \"${testname}$I.pdf\";" \ + "$(< plot.gp)" | gnuplot echo 'set terminal pngcairo color enhanced size 750,525 font ",10" ;' \ "$(< plot.gp)" | gnuplot > ${testname}$I.png mkdir -p thumb