[Git][NTPsec/ntpsec][master] Deleted 1 commit: Set histogram scale to uSec.
Gary E. Miller
gitlab at mg.gitlab.com
Fri Aug 19 21:01:10 UTC 2016
Gary E. Miller pushed to branch master at NTPsec / ntpsec
WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.
Deleted commits:
c8b324c1 by Gary E. Miller at 2016-08-19T14:00:28-07:00
Set histogram scale to uSec.
- - - - -
1 changed file:
- ntpstats/ntpviz
Changes:
=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -250,7 +250,7 @@ set lmargin 12
set rmargin 12
set xrange [-20:20]
plot \
- "-" using ($1/100):2 title "histogram" with boxes
+ "-" using ($1 * 1000000):2 title "histogram" with boxes
''' % locals()
vals = list(cnt.keys())
vals.sort()
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c8b324c1fcc3666df04217097b4052a03a28426c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160819/81e1f107/attachment.html>
More information about the vc
mailing list