#set output 'out.eps' #set terminal postscript eps 20 set nokey set nogrid #set xrange [0:0.01] #set yrange [0:0.01] set pointsize 0.3 plot 'outdata.txt' using 2:3 w points 7 #plot 'outdata.txt' using 2:3 w dots