erster import der PythonGnuplotAssistant dateien
This commit is contained in:
parent
7dc080e72a
commit
61078d2754
12 changed files with 1537 additions and 0 deletions
9
PGAss/showtemps
Executable file
9
PGAss/showtemps
Executable file
|
@ -0,0 +1,9 @@
|
|||
set title "Temperaturverlauf"
|
||||
set ylabel "Temperatur in °C"
|
||||
set xlabel "Messwerte"
|
||||
set autoscale
|
||||
|
||||
plot "/var/log/temps/templog-21-06-02004" using 7 every 2::0 smooth unique title 'Frühlingsnachmittag' , "/var/log/temps/templog-21-06-02004" using 7 every 2::1 smooth unique title 'Via-CPU'
|
||||
#plot "/var/log/temps/templog-21-05-02004" using 7 every 2::0 title 'Frühlingsnachmittag' , "/var/log/temps/templog-21-05-02004" using 7 every 2::1 title 'Via-CPU'
|
||||
pause 10
|
||||
reread
|
Loading…
Add table
Add a link
Reference in a new issue