mirror of
https://codeberg.org/SiB64/turbo_weather.git
synced 2026-05-01 15:14:22 +02:00
Compare commits
No commits in common. "fce6690ff5cbda12c108c58cadc3cb7f619b8544" and "04bf811e6073288151501a026e310cdf47af0fe1" have entirely different histories.
fce6690ff5
...
04bf811e60
1 changed files with 4 additions and 4 deletions
|
|
@ -29,11 +29,11 @@ set xrange restore
|
||||||
|
|
||||||
set ylab "p [mbar]"
|
set ylab "p [mbar]"
|
||||||
set y2lab "T [°C]"
|
set y2lab "T [°C]"
|
||||||
plot fn u 2:7 axis x1y2 t "T_{CPU}" w l, \
|
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, \
|
||||||
"" u 2:8 axis x1y2 t "T_{NTC}" 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
|
set format x "%H:%M\n%d. %b\n%Y" time
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue