Compare commits

...

2 commits

Author SHA1 Message Date
Stephan I. Böttcher
fce6690ff5 Merge branch 'master' of codeberg.org:SiB64/turbo_weather 2025-12-21 13:30:27 +01:00
Stephan I. Böttcher
afbacbe7c3 gpt change, late commit 2025-12-21 13:30:17 +01:00

View file

@ -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