Advertisement
Guest User

L110_Kosten.gplot

a guest
Feb 23rd, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # Created by FHEM/98_SVG.pm, 2018-12-18 21:16:11
  2. set terminal png transparent size <SIZE> crop
  3. set output '<OUT>.png'
  4. set xdata time
  5. set timefmt "%Y-%m-%d_%H:%M:%S"
  6. set xlabel " "
  7. set title '<L1>'
  8. set ytics
  9. set y2tics
  10. set grid y2tics
  11. set ylabel "kWh"
  12. set y2label "Euro"
  13. set yrange [0:45]
  14. set y2range [0:15]
  15.  
  16. #Filelog_Stromzaehler_atlog 4:Stromzaehler_atlog.kwhToday\x3a:.*:
  17. #Filelog_Stromzaehler_atlog 4:Stromzaehler_atlog.euroToday\x3a:.*:
  18.  
  19. plot "<IN>" using 1:2 axes x1y1 title 'kWh' ls l4 lw 2 with lines,\
  20. "<IN>" using 1:2 axes x1y2 title 'Euro' ls l3fill lw 1 with lines
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement