set xrange [0 to 1]
set yrange [0 to 1]
set noxtics
set noytics
set nokey
set size square
set terminal postscript
set output \"test.ps\"
plot 'output.dat' u 1:2 w l 1