##
set title "Bedroom\nTemperature BME"
set datafile separator ";"
# Set virtual terminal size to 120x30 and print to STDOUT
set terminal dumb size 120,30
set xlabel "Logtime"
set ylabel "Sensorvalue"
set xdata time
#set timefmt "%Y-%m-%d"
#set xrange ["03/21/95":"03/22/95"]
set format x "%d.%m\n%H:%M"
set timefmt "%Y-%m-%d %H:%M:S"
set key autotitle columnhead outside
plot "bme.csv" using 1:2 title "Room temp(Celsius)" with lines, \
"dht.csv" using 1:4 title "Oven temp (Celsius)" with lines
##
##
Bedroom
Temperature BME
28 +--------------------------------------------------------------------------------+
| + + + + + + + # + | Room temp(Celsius) *******
| # # ## #### ## # # # # # # # # # # | Oven temp (Celsius) #######
27 |-+ ######################################################################## +-|
| ############## ##################### # ## ########### ##### ########### |
| ##### ######## ### ################# # ## ########### ##### ############ |
| ## # # # # # #### ## ### |
26 |-+ # ## ###+-|
| # # ### |
| # ## |
25 |-+ ##+-|
| ## |
| # |
| # |
24 |-+ #+-|
| # |
| # |
23 |-+ #+-|
| ******** |
| ****************************************************************** |
| + + + + + + + + |
22 +--------------------------------------------------------------------------------+
28.06 28.06 28.06 28.06 28.06 28.06 28.06 28.06 28.06 28.06
16:15 16:30 16:45 17:00 17:15 17:30 17:45 18:00 18:15 18:30
Logtime