[Git][NTPsec/ntpsec][master] ntpviz: tweak ytic
Gary E. Miller
gitlab at mg.gitlab.com
Thu Feb 9 21:25:51 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
bfb5f32f by Gary E. Miller at 2017-02-09T13:25:38-08:00
ntpviz: tweak ytic
- - - - -
1 changed file:
- ntpclients/ntpviz
Changes:
=====================================
ntpclients/ntpviz
=====================================
--- a/ntpclients/ntpviz
+++ b/ntpclients/ntpviz
@@ -276,7 +276,7 @@ class VizStats(ntp.statfiles.NTPStats):
span = self.percs["max_y"] - self.percs["min_y"]
if 10 <= span:
self.fmt = '%.0f'
- elif 0.7 <= span:
+ elif 0.6 <= span:
self.fmt = '%.1f'
elif 0.1 <= span:
self.fmt = '%.2f'
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/bfb5f32fba9fd930dccbeee85b91f103243d688d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170209/0fa0a36a/attachment.html>
More information about the vc
mailing list