From 5561c47d15e3a8661222ef4b3cb2943cc2247b1b Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 15 Nov 2011 11:14:05 +0000 Subject: [PATCH] Labels added git-svn-id: https://svn.fhem.de/fhem/trunk@1110 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/webfrontend/pgm2/temp4hum6.gplot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/webfrontend/pgm2/temp4hum6.gplot b/fhem/webfrontend/pgm2/temp4hum6.gplot index 897dccc66..584b69c04 100644 --- a/fhem/webfrontend/pgm2/temp4hum6.gplot +++ b/fhem/webfrontend/pgm2/temp4hum6.gplot @@ -29,5 +29,5 @@ set ylabel "Humidity (%)" #FileLog 6:H\x3a:0: plot \ - "< awk '/T:/ {print $1, $4}' " using 1:2 axes x1y2 title '' with lines,\ - "< awk '/H:/ {print $1, $6}' " using 1:2 axes x1y1 title '' with lines + "< awk '/T:/ {print $1, $4}' " using 1:2 axes x1y2 title 'Temperature' with lines,\ + "< awk '/H:/ {print $1, $6}' " using 1:2 axes x1y1 title 'Humidity' with lines