#! /opt/bin/dash # PATH="/bin:/usr/bin"; export PATH export GDFONTPATH="/usr/share/fonts/open-sans" export GNUPLOT_DEFAULT_GDFONT="OpenSans-Semibold" #printf "set term gif\nset output\nset logscale y\nset logscale x\n\ printf "set term gif\nset output\nset logscale y\n\ set xlabel 'number of threads'\nset ylabel 'secs'\n\ set title 'BV OMP, 1 Node'\nset key right top\nplot\ 'table.data' using 1:6 with linespoints title 'n=32',\ 'table.data' using 1:5 with linespoints notitle,\ 'table.data' using 1:4 with linespoints notitle,\ 'table.data' using 1:3 with linespoints notitle,\ 'table.data' using 1:2 with linespoints title 'n=28'\n" | gnuplot > plot.gif