[Git][NTPsec/ntpsec][master] ntpviz: make +1σ dark green.

Gary E. Miller gitlab at mg.gitlab.com
Fri Feb 10 03:35:04 UTC 2017


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


Commits:
e305f6c0 by Gary E. Miller at 2017-02-09T19:33:42-08:00
ntpviz: make +1σ dark green.

- - - - -


1 changed file:

- ntpclients/ntpviz


Changes:

=====================================
ntpclients/ntpviz
=====================================
--- a/ntpclients/ntpviz
+++ b/ntpclients/ntpviz
@@ -1126,11 +1126,13 @@ plot \
             # plus/minus of one sigma range
             out['sigma'] = """\
 set style arrow 1 nohead
-set arrow from %(m1sigma)s,graph 0 to %(m1sigma)s,graph 0.90 as 1
-set style arrow 2 nohead
-set arrow from %(p1sigma)s,graph 0 to %(p1sigma)s,graph 0.90 as 2
-set label 1 "-1σ" at %(m1sigma)s, graph 0.96  left front offset -1,-1
-set label 2 "+1σ" at %(p1sigma)s, graph 0.96  left front offset -1,-1
+set linestyle 1 linecolor rgb "#009900"
+set arrow from %(m1sigma)s,graph 0 to %(m1sigma)s,graph 0.90 as 1 ls 1
+set arrow from %(p1sigma)s,graph 0 to %(p1sigma)s,graph 0.90 as 1 ls 1
+set label 1 "-1σ" at %(m1sigma)s, graph 0.96 left front offset -1,-1 \
+    textcolor rgb "#009900"
+set label 2 "+1σ" at %(p1sigma)s, graph 0.96 left front offset -1,-1 \
+    textcolor rgb "#009900"
 """ % out
 
         out['size'] = args.png_size



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e305f6c0e2205e01dbca8e7cc976882f87795b3d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170210/23c2aecf/attachment.html>


More information about the vc mailing list