sort graph nicely with frappy2.config

This commit is contained in:
2024-06-11 10:46:54 +02:00
parent 175f7f7f18
commit b99c9481f6
2 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,4 @@ if {[string match "prep*" $ins]} {
makenv frappy_stick -driver secop -port localhost:15201
makeHePump
}
GraphOrder K W mbar % Tesla Ohm

View File

@ -257,6 +257,9 @@ proc GraphOrder args {
}
foreach unit [graph_order items] {
foreach {item enable} $new($unit) {
if {"$unit" eq "none"} {
set enable 0
}
graph_shown makeitem $item $enable
}
}