summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotbar.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/plotbar.tcl')
-rw-r--r--ds9/library/plotbar.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/plotbar.tcl b/ds9/library/plotbar.tcl
index d9d12ae..e9a3795 100644
--- a/ds9/library/plotbar.tcl
+++ b/ds9/library/plotbar.tcl
@@ -173,8 +173,7 @@ proc PlotBarUpdateElement {varname} {
return
}
- set nn $var(graph$cc,data,current)
- PlotGetVar $varname $nn
+ PlotSaveState $varname
if {$var(graph$cc,error)} {
set show both
@@ -188,6 +187,7 @@ proc PlotBarUpdateElement {varname} {
set cap 0
}
+ set nn $var(graph$cc,data,current)
$var(graph$cc) element configure "d-${nn}" \
-label $var(graph$cc,name) -hide [expr !$var(graph$cc,show)] \
-relief $var(graph$cc,bar,relief) -color $var(graph$cc,color) \