[Git][NTPsec/ntpsec][master] Went a bit too far in removing precision.
Gary E. Miller
gitlab at mg.gitlab.com
Thu Sep 8 22:31:21 UTC 2016
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
434b1424 by Gary E. Miller at 2016-09-08T15:30:54-07:00
Went a bit too far in removing precision.
- - - - -
1 changed file:
- ntpstats/ntpviz
Changes:
=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -143,8 +143,8 @@ set rmargin 12
plot_template = NTPViz.Common + """\
set title "%(sitename)s: Local Clock Time/Frequency Offsets"
-set ytics format "%%1.0f %(unit)s" nomirror textcolor rgb '#0060ad'
-set y2tics format "%%2.0f %(unit_f)s" nomirror textcolor rgb '#dd181f'
+set ytics format "%%1.1f %(unit)s" nomirror textcolor rgb '#0060ad'
+set y2tics format "%%2.1f %(unit_f)s" nomirror textcolor rgb '#dd181f'
set key bottom right box
set style line 1 lc rgb '#0060ad' lt 1 lw 1 pt 7 ps 0 # --- blue
set style line 2 lc rgb '#dd181f' lt 1 lw 1 pt 5 ps 0 # --- red
@@ -222,7 +222,7 @@ plot \\
nn_m_o = ninetynine - one
plot_template = NTPViz.Common + """\
set title "%(sitename)s: Local Clock Frequency Offset"
-set ytics format "%%1.0f %(unit)s" nomirror
+set ytics format "%%1.1f %(unit)s" nomirror
set key bottom right box
set style line 1 lc rgb '#0060ad' lt 1 lw 1 pt 7 ps 0 # --- blue
set style line 2 lc rgb '#dd181f' lt 1 lw 1 pt 5 ps 0 # --- red
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/434b1424adbf49e8a83996da180827cfcdb45aa1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160908/a56d5854/attachment.html>
More information about the vc
mailing list