mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
The bin .gplot rename
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@977 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7482ed5366
commit
cd46e101d1
@ -1,23 +0,0 @@
|
|||||||
############################
|
|
||||||
# Display the s300th data reported by the CUL
|
|
||||||
# Corresponding FileLog definition:
|
|
||||||
# define <filelogname> FileLog /var/log/fhem/s300th-%Y.log <s300name>
|
|
||||||
|
|
||||||
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 title '<L1>'
|
|
||||||
set ylabel "Temp (C)"
|
|
||||||
set y2label "Temp (C)"
|
|
||||||
set grid
|
|
||||||
set ytics
|
|
||||||
set y2tics
|
|
||||||
set format y "%.1f"
|
|
||||||
set format y2 "%.1f"
|
|
||||||
|
|
||||||
#FileLog 4::0:
|
|
||||||
|
|
||||||
plot "<IN>" using 1:4 title 'Temperature' with lines
|
|
Loading…
x
Reference in New Issue
Block a user