plotted all logged quantities
This commit is contained in:
parent
9c1947eab7
commit
6e18a96fc2
20
plot.gpt
20
plot.gpt
@ -4,3 +4,23 @@ set ylabel "CO2e"
|
|||||||
#show xlabel
|
#show xlabel
|
||||||
plot "atmosphere_log.txt" using 7
|
plot "atmosphere_log.txt" using 7
|
||||||
!sleep 10
|
!sleep 10
|
||||||
|
set ylabel "AirQuality"
|
||||||
|
#show xlabel
|
||||||
|
plot "atmosphere_log.txt" using 6
|
||||||
|
!sleep 10
|
||||||
|
set ylabel "Humidity"
|
||||||
|
#show xlabel
|
||||||
|
plot "atmosphere_log.txt" using 5
|
||||||
|
!sleep 10
|
||||||
|
set ylabel "Pressure"
|
||||||
|
#show xlabel
|
||||||
|
plot "atmosphere_log.txt" using 4
|
||||||
|
!sleep 10
|
||||||
|
set ylabel "Temperature"
|
||||||
|
#show xlabel
|
||||||
|
plot "atmosphere_log.txt" using 3
|
||||||
|
!sleep 10
|
||||||
|
set ylabel "Temperature"
|
||||||
|
#show xlabel
|
||||||
|
plot "atmosphere_log.txt" using 3
|
||||||
|
!sleep 10
|
||||||
|
Loading…
Reference in New Issue
Block a user