summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-04-12 21:09:10 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-04-12 21:09:10 +0200
commit4d9fd1446e9c9827be149301cd77c922218492b2 (patch)
tree405ac0b1d5727b32231b4523a76b694212f61eda
parentf60b7c4fc8e8da78db81b09f53a8ce24091c2de2 (diff)
downloadtemplogger-v2-4d9fd1446e9c9827be149301cd77c922218492b2.tar.gz
templogger-v2-4d9fd1446e9c9827be149301cd77c922218492b2.tar.xz
plot.py: Properly format left axis
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xplot.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/plot.py b/plot.py
index a8dcc6d..535398e 100755
--- a/plot.py
+++ b/plot.py
@@ -65,8 +65,7 @@ graph = [
'--right-axis', '2:0',
'--alt-autoscale',
#'-l','25','-u','30',
- # --left-axis-format is only supported in rrdtool-git
- #'--left-axis-format', '%4.2lf',
+ '--left-axis-format', '%4.2lf',
'--right-axis-format', '%4.2lf',
'DEF:temp1='+rrd_file+':temp1:AVERAGE',