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 colnum=2
4
5 #colnum=4
6
7 set xrange [-1:10]
8
9 plot "extend.avg" using 0:(column(colnum)):(column(colnum+1)):xticlabels(1) with yerrorbars lt 1 title "neural model", \
10     "extend.avg" using 0:(column(colnum)):(column(colnum+1)) with lines lt 1 notitle
11
12 pause -1