plotting of log file

This commit is contained in:
Robin Clark 2022-04-10 10:42:43 +01:00
parent 752058fcf5
commit 9c1947eab7
3 changed files with 2275 additions and 0 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
plot:
gnuplot < plot.gpt

2263
atmosphere_log.txt Normal file

File diff suppressed because it is too large Load Diff

6
plot.gpt Normal file
View File

@ -0,0 +1,6 @@
set datafile separator ','
set ylabel "CO2e"
#show xlabel
plot "atmosphere_log.txt" using 7
!sleep 10