From 1185c9048d38483a3f99f3065590713d8bcda610 Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 21 Apr 1994 00:33:33 +0000 Subject: xntp3.3s from UDel --- usr.sbin/xntpd/scripts/stats/loop.S | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 usr.sbin/xntpd/scripts/stats/loop.S (limited to 'usr.sbin/xntpd/scripts/stats/loop.S') diff --git a/usr.sbin/xntpd/scripts/stats/loop.S b/usr.sbin/xntpd/scripts/stats/loop.S new file mode 100644 index 0000000..8e564b6 --- /dev/null +++ b/usr.sbin/xntpd/scripts/stats/loop.S @@ -0,0 +1,7 @@ +options(digits=4) +loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0)) +loop$offset <- loop$offset * 1e6 +str <- paste("eps/", file1, ".eps", sep="") +postscript(str, , , , 5, pointsize=18) +par(mgp=c(1, 0, 0), tck=0.03, mar=c(2, 2, 1, 1)) +plot(loop$sec, loop$offset, type="l", xlab=paste("MJD", loop$day, "Time (s)"), ylab="PLL Offset (us)", ylim=c(-400, 400)) -- cgit v1.1