From 4d9fd1446e9c9827be149301cd77c922218492b2 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 12 Apr 2015 21:09:10 +0200 Subject: plot.py: Properly format left axis Signed-off-by: Florian Pritz --- plot.py | 3 +-- 1 file changed, 1 insertion(+), 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', -- cgit v1.2.3-24-g4f1b