#set terminal x11 set terminal png size 1024, 768 # Use these to "zoom" to the left bottom corner of the whole image. #set yrange[0:500] #set xrange[0:500] set title "Master" plot 'logtape-trace-master-16MB' using 0:2 :1 #set title "Patched" #plot 'logtape-trace-patched-16MB' using 0:2 :1 #pause -1