Skip to content
Snippets Groups Projects
Commit 6cf59982 authored by Gary E. Miller's avatar Gary E. Miller :speech_balloon:
Browse files

Back off over agressive ytics precision reduction.

parent 434b1424
No related branches found
No related tags found
No related merge requests found
......@@ -408,7 +408,7 @@ set label 7 "99%% - 1%% = %(nn_m_o)s %(unit)s" at graph 0.01,0.65 left front
plot_template = NTPViz.Common + """\
set title "%(sitename)s: %(title)s"
set ylabel ""
set ytics format "%%1.0f %(unit)s" nomirror
set ytics format "%%1.1f %(unit)s" nomirror
set key top right box
%(labels)s
plot \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment