plotted all logged quantities

This commit is contained in:
Robin Clark 2022-04-10 10:48:39 +01:00
parent 9c1947eab7
commit 6e18a96fc2

View File

@ -4,3 +4,23 @@ set ylabel "CO2e"
#show xlabel
plot "atmosphere_log.txt" using 7
!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