# $CVSHeader: pal8e/dat/stat/plot-Hrmsd-top10,v 1.2 2005/02/15 01:10:24 indraneel Rel $

f(x) = m * x + c

fit [8:30] f(x) "Hrmsd-top10" using 1:2 via m, c

set terminal x11
plot "Hrmsd" with points, f(x)
#plot "Hrmsd-top10" with points, f(x)
pause -1

#set terminal postscript "Times-Roman" 12
#set output "Hrmsd-top10.ps"
#replot

