From ac7d28b7b2c61308da38a3b6bfa140e2f51f485c Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 12 Aug 2008 10:49:19 +0000 Subject: [PATCH] Cosmetic change reported by Klaus git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@231 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- webfrontend/pgm2/hms_tf.gplot | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/webfrontend/pgm2/hms_tf.gplot b/webfrontend/pgm2/hms_tf.gplot index 1d97cbb11..99203b7b8 100644 --- a/webfrontend/pgm2/hms_tf.gplot +++ b/webfrontend/pgm2/hms_tf.gplot @@ -1,5 +1,5 @@ # -# Display the measured temp and the actuator. +# Display the measured temp and the humidity. # FileLog definition: # define UGHygrolog FileLog /var/tmp/UGHygro.log UGHygro:.*T:.* # attr UGHygrolog logtype hms_tf @@ -8,7 +8,12 @@ # Logfile record example: # 2008-07-24_02:20:57 UGHygro T: 17.2 H: 77.6 Bat: ok -set terminal png transparent small crop +# Attribute 'small' is useful for gnuplot/-scroll only, +# if plotsize is less than 800,400 +#set terminal png transparent small size crop + +set terminal png transparent size crop + set output '.png' set xdata time set timefmt "%Y-%m-%d_%H:%M:%S"