#! /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, 4 Nodes'\nset key right bottom\nplot\ 'table4.data' using 1:8 with linespoints title 'n=34',\ 'table4.data' using 1:7 with linespoints notitle,\ 'table4.data' using 1:6 with linespoints notitle,\ 'table4.data' using 1:5 with linespoints notitle,\ 'table4.data' using 1:4 with linespoints notitle,\ 'table4.data' using 1:3 with linespoints notitle,\ 'table4.data' using 1:2 with linespoints title 'n=28'\n" | gnuplot > plot4.gif