No changes between revisions
/Modules/Sensors/SHT25V01A/test/heating_control/plot.gp |
1,11 → 1,16 |
set terminal png |
set terminal png size 1024,800 |
set samples 1000 |
set xlabel "Time [h]" |
set ylabel "Illuminance [lx]" |
set ylabel "T [deg C]" |
set key under |
#set grid on |
#set yrange [-1:1] |
set logscale y |
#set logscale y |
|
|
set output "Heating_alter.png" |
plot "test_hum.log" using 0:1 with lines title "Temperature", "" using 0:2 with lines title "Humidity", "" using 0:4 with lines title "Heating" |
|
set output "LUX85_rozednivani.png" |
plot "LUX85_rozednivani.TXT" using ($1/3600):2 with lines title "Visible", "" using ($1/3600):3 with lines title "Infrared" |
set output "Heating_alter2.png" |
plot "test_hum2.log" using 0:1 with lines title "Temperature", "" using 0:2 with lines title "Humidity", "" using 0:4 with lines title "Heating" |
|