Multiline extension, pgm2 reordering
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@168 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -4,15 +4,19 @@
|
||||
|
||||
|
||||
#=================
|
||||
set terminal png size 800,200 crop
|
||||
set terminal png transparent size 800,200 crop
|
||||
set output '<OUT>.png'
|
||||
set xdata time
|
||||
set timefmt "%Y-%m-%d_%H:%M:%S"
|
||||
set xlabel " "
|
||||
|
||||
set ytics nomirror
|
||||
set title '<TL>'
|
||||
set ylabel "Power (KW)"
|
||||
set y2label "Power (KW)"
|
||||
set grid
|
||||
#set ytics .2
|
||||
set ytics
|
||||
set y2tics
|
||||
set format y "%.1f"
|
||||
set format y2 "%.1f"
|
||||
|
||||
plot "<IN>" using 1:4 title 'Power (KW)' with lines
|
||||
plot "<IN>" using 1:4 notitle with lines
|
||||
|
||||
Reference in New Issue
Block a user