sort graph nicely with frappy2.config
This commit is contained in:
@ -15,3 +15,4 @@ if {[string match "prep*" $ins]} {
|
||||
makenv frappy_stick -driver secop -port localhost:15201
|
||||
makeHePump
|
||||
}
|
||||
GraphOrder K W mbar % Tesla Ohm
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user