#! /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\n\ set xlabel 'qubits'\nset ylabel 'secs'\n\ set title 'BV MPI'\nset key left top\nplot\ 'node1.out' using 1:2 with linespoints title '1 node',\ 'nodes1-4.out' using 1:2 with linespoints title '4 nodes'\n" | gnuplot > plot1,1-4.gif