]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/ntp/scripts/stats/itf.S
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / ntp / scripts / stats / itf.S
1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
2 str <- paste("eps/", file1, ".eps", sep="")
3 postscript(str,  ,  ,  , 5, pointsize=18)
4 par(mgp=c(1, 0, 0), tck=0.03, mar=c(2, 2, 1, 1))
5 plot(itf$sec, itf$offset, type="l", xlab=paste("MJD", itf$day, "Time (s)"), ylab="Internal Offset (ns)", ylim=c(-400, 400))