summaryrefslogtreecommitdiffstats
path: root/plot.py
diff options
context:
space:
mode:
Diffstat (limited to 'plot.py')
-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',