From 625308359899f02763b71ddc069c8e5a265b61d4 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Sat, 3 May 2014 14:40:11 +0000 Subject: [PATCH] templateDB - added for use with DbLog git-svn-id: https://svn.fhem.de/fhem/trunk@5735 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/gplot/templateDB.gplot | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 fhem/www/gplot/templateDB.gplot diff --git a/fhem/www/gplot/templateDB.gplot b/fhem/www/gplot/templateDB.gplot new file mode 100644 index 000000000..ec1dad745 --- /dev/null +++ b/fhem/www/gplot/templateDB.gplot @@ -0,0 +1,19 @@ +# template file for use with DbLog +# $Id$ + +set terminal png transparent size crop +set output '.png' +set xdata time +set timefmt "%Y-%m-%d_%H:%M:%S" +set xlabel " " + +set title '' +set ylabel "Humidity" +set y2label "Temperature" +set grid +set ytics +set y2tics + +#DbLog device:reading:: + +plot "" using 1:2 title 'Line 1' with lines