From 6e18a96fc27d27e04f5a79d46df8cac82e5a06c8 Mon Sep 17 00:00:00 2001 From: Robin Clark Date: Sun, 10 Apr 2022 10:48:39 +0100 Subject: [PATCH] plotted all logged quantities --- plot.gpt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/plot.gpt b/plot.gpt index a9500aa..a2697ba 100644 --- a/plot.gpt +++ b/plot.gpt @@ -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