Heating controller with neural thermal model written in Python
Jacek Kowalski
2018-06-24 66a9fb40efe1311b34a3cee3f83f10c6990759af
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