set term postscript
set output "ET_1ydmC_profile_plot.ps"
set nokey
set title "Profile of 1ydmC"
set xlabel "position"
set ylabel "rank"
set yrange [] reverse
plot "ET_1ydmC.ranks" using 1:4 with lines
