Heating controller with neural thermal model written in Python
Jacek Kowalski
2018-06-24 425bf71fc0b24b547006686d83404c54b983de0b
commit | author | age
425bf7 1 #!/usr/bin/gnuplot
JK 2  
3 set xdata time
4 set timefmt "%s"
5 set format x "%Y-%m-%d %H:%M:%S"
6
7 plot "0_data/ism7_values.dat" using 1:($26/10) with lines, \
8     "0_data/ism7_values.dat" using 1:($24/10) with lines
9 pause -1