set data style linespoints set logscale xy set notime set terminal pbm medium color set output 'All.pbm' set xlabel "STREAM Triad MFLOPS" set ylabel "Machine Balance" set ylabel 2 set title "Balance vs STREAM MFLOPS vs Memory Type" plot [10:100000] [.5:200.] 'smp/All' title "Shared Memory",'mimd/All' title "Distributed Memory" with linespoints 5,'uni/All' title "Uniprocessor" with points,100/x notitle with lines 2,1000/x notitle with lines 2,10000/x notitle with lines 2 set terminal postscript color "Helvetica" 18 set output 'All.ps' replot