o: ActiveSupport::Cache::Entry :@compressedF:@value""ü
| plot.gp | ||
|---|---|---|
| 1 |
set terminal png |
|
| 1 |
set terminal png size 1024,800 |
|
| 2 |
set samples 1000 |
|
| 2 | 3 |
set xlabel "Time [h]" |
| 3 |
set ylabel "Illuminance [lx]"
|
|
| 4 |
set ylabel "T [deg C]"
|
|
| 4 | 5 |
set key under |
| 6 |
#set grid on |
|
| 5 | 7 |
#set yrange [-1:1] |
| 6 |
set logscale y |
|
| 8 |
#set logscale y
|
|
| 7 | 9 |
|
| 8 | 10 |
|
| 11 |
set output "Heating_alter.png" |
|
| 12 |
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" |
|
| 9 | 13 |
|
| 10 |
set output "LUX85_rozednivani.png" |
|
| 11 |
plot "LUX85_rozednivani.TXT" using ($1/3600):2 with lines title "Visible", "" using ($1/3600):3 with lines title "Infrared" |
|
| 14 |
set output "Heating_alter2.png" |
|
| 15 |
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" |
|
| 16 |
|
|