templateDB.gplot 402 B

1234567891011121314151617181920
  1. # template file for use with DbLog
  2. # $Id: templateDB.gplot 5735 2014-05-03 14:40:11Z betateilchen $
  3. set terminal png transparent size <SIZE> crop
  4. set output '<OUT>.png'
  5. set xdata time
  6. set timefmt "%Y-%m-%d_%H:%M:%S"
  7. set xlabel " "
  8. set title '<L1>'
  9. set ylabel "Humidity"
  10. set y2label "Temperature"
  11. set grid
  12. set ytics
  13. set y2tics
  14. #DbLog device:reading::
  15. plot "<IN>" using 1:2 title 'Line 1' with lines