mirror of
https://codeberg.org/SiB64/turbo_weather.git
synced 2026-05-01 15:14:22 +02:00
Compare commits
2 commits
04bf811e60
...
fce6690ff5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fce6690ff5 | ||
|
|
afbacbe7c3 |
1 changed files with 4 additions and 4 deletions
|
|
@ -29,11 +29,11 @@ set xrange restore
|
|||
|
||||
set ylab "p [mbar]"
|
||||
set y2lab "T [°C]"
|
||||
plot fn u 2:5 t "pressure" w l lw 2, \
|
||||
"" u 2:6 axis x1y2 t "T_{SENSOR}" w l lw 2, \
|
||||
"" u 2:7 axis x1y2 t "T_{CPU}" w l, \
|
||||
plot fn u 2:7 axis x1y2 t "T_{CPU}" w l, \
|
||||
"" u 2:8 axis x1y2 t "T_{NTC}" w l, \
|
||||
"" u 2:9 axis x1y2 t "T_{BRIDGE}" w l lt 7
|
||||
"" u 2:9 axis x1y2 t "T_{BRIDGE}" w l lt 7, \
|
||||
"" u 2:5 t "pressure" w l lw 2, \
|
||||
"" u 2:6 axis x1y2 t "T_{SENSOR}" w l lw 2
|
||||
|
||||
set format x "%H:%M\n%d. %b\n%Y" time
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue