set term x11
set data style linespoints
set samples 5000
set yrange [200:0]
set xrange [0:320]
set noxtics
set noytics
set nokey
set title "Rang Output"
set output 'graph.ps'
plot 'tmp'
pause -1 "Hit any key to exit GNUplot"
quit
