mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
En0_D2-43-xx: plot for new profile EEP D2-34-xx
git-svn-id: https://svn.fhem.de/fhem/trunk@18691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
351ec7b7fc
commit
8b79e04198
28
fhem/www/gplot/EnO_D2-34-xx.gplot
Normal file
28
fhem/www/gplot/EnO_D2-34-xx.gplot
Normal file
@ -0,0 +1,28 @@
|
||||
##############################################
|
||||
# $Id$
|
||||
|
||||
# Attribute 'small' is useful for gnuplot/-scroll only,
|
||||
# if plotsize is less than 800,400
|
||||
#set terminal png transparent small size <SIZE> crop
|
||||
|
||||
set terminal png transparent size <SIZE> crop
|
||||
set output '<OUT>.png'
|
||||
set xdata time
|
||||
set timefmt "%Y-%m-%d_%H:%M:%S"
|
||||
set xlabel " "
|
||||
set ytics
|
||||
#set y2tics
|
||||
set title '<TL>'
|
||||
set grid xtics ytics
|
||||
set ylabel "t/C"
|
||||
#set y2label "rH/%"
|
||||
|
||||
#FileLog 4:temperature0\x3a:0:
|
||||
#FileLog 4:setpointTemp0\x3a:0:
|
||||
#FileLog 4:setpointTempRefDev0\x3a:0:
|
||||
#FileLog 4:setpointTempShift0\x3a:0:
|
||||
|
||||
plot "<IN>" using 1:2 ls l0 axes x1y1 title 'Temperature' with lines,\
|
||||
"<IN>" using 1:2 ls l1 axes x1y1 title 'Setpoint Temperature' with steps,\
|
||||
"<IN>" using 1:2 ls l2 axes x1y1 title 'Setpoint Temperature RefDev' with steps,\
|
||||
"<IN>" using 1:2 ls l3 axes x1y1 title 'Setpoint Temperature Shift' with steps
|
Loading…
Reference in New Issue
Block a user