Compare commits

..

No commits in common. "fce6690ff5cbda12c108c58cadc3cb7f619b8544" and "04bf811e6073288151501a026e310cdf47af0fe1" have entirely different histories.

View file

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