[Git][NTPsec/ntpsec][master] Balance the reference points

Gary E. Miller gitlab at mg.gitlab.com
Fri Sep 2 06:08:17 UTC 2016


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
d3e21fcd by Gary E. Miller at 2016-09-01T23:07:13-07:00
Balance the reference points

- - - - -


1 changed file:

- ntpstats/ntpviz


Changes:

=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -376,7 +376,7 @@ plot \
         p1sigma = values_mean + (values_pstd / 2)
 
         ninetynine  = round( self.percentiles(99, values) * 1000000, 2)
-        ninety      = round( self.percentiles(90, values) * 1000000, 2)
+        ninetyfive  = round( self.percentiles(95, values) * 1000000, 2)
         five        = round( self.percentiles( 5, values) * 1000000, 2)
         one         = round( self.percentiles( 1, values) * 1000000, 2)
 
@@ -402,7 +402,7 @@ set arrow from %(p1sigma)s,0 to %(p1sigma)s,graph 0.90 as 2
 set style arrow 3 nohead
 set arrow from %(ninetynine)s,0 to %(ninetynine)s,graph 0.15 as 3
 set style arrow 4 nohead
-set arrow from %(ninety)s,0 to %(ninety)s,graph 0.30 as 4
+set arrow from %(ninetyfive)s,0 to %(ninetyfive)s,graph 0.30 as 4
 set style arrow 5 nohead
 set arrow from %(five)s,0 to %(five)s,graph 0.30 as 5
 set style arrow 6 nohead
@@ -418,7 +418,7 @@ set label 5 "1%%" at %(one)s, graph 0.20  left front offset -1,-1
 set label 6 "5%%" at %(five)s, graph 0.35  left front offset -1,-1
 set label 10 "1σ (68%%) = %(values_pstd)s μs" at graph 0.99,0.95 right front
 set label 11 "99%% = %(ninetynine)s μs" at graph 0.99,0.90 right front
-set label 12 "90%% = %(ninety)s μs" at graph 0.99,0.85 right front
+set label 12 "95%% = %(ninetyfive)s μs" at graph 0.99,0.85 right front
 set label 13 "5%% = %(five)s μs" at graph 0.99,0.80 right front
 set label 14 "1%% = %(one)s μs" at graph 0.99,0.75 right front
 plot \



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/d3e21fcd985f7f2f84d8b06411820adaad21d527
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160902/3ab93ea6/attachment.html>


More information about the vc mailing list