EnO_A5-09-06.gplot 745 B

1234567891011121314151617181920212223242526272829
  1. ##############################################
  2. # $Id: EnO_A5-09-06.gplot 9654 2015-10-25 10:35:22Z klaus-schauer $
  3. # Display the measured Radon activityn
  4. #
  5. # FileLog definition:
  6. # define FileLog_device FileLog ./log/device-%Y.log device
  7. #
  8. # Logfile record example:
  9. # 2015-10-17_08:38:08 device Rn: 34
  10. # Attribute 'small' is useful for gnuplot/-scroll only,
  11. # if plotsize is less than 800,400
  12. #set terminal png transparent small size <SIZE> crop
  13. set terminal png transparent size <SIZE> crop
  14. set output '<OUT>.png'
  15. set xdata time
  16. set timefmt "%Y-%m-%d_%H:%M:%S"
  17. set xlabel " "
  18. set ytics
  19. set title '<TL>'
  20. set grid xtics ytics
  21. set ylabel "A m3/Bq"
  22. #FileLog 4:Rn:0:
  23. plot "<IN>" using 1:2 axes x1y1 title 'Radon Activity' ls l0 lw 1 with lines