summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotbar.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-23 20:37:47 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-23 20:37:47 (GMT)
commitcdb0395c318af057350a1f9999c2d74d309d26bf (patch)
tree726d18b26d8f9964a279a49d3bdb908e01f6ded0 /ds9/library/plotbar.tcl
parent7e3396be82595cd498b60f7b2e8c46387ad5df4c (diff)
downloadblt-cdb0395c318af057350a1f9999c2d74d309d26bf.zip
blt-cdb0395c318af057350a1f9999c2d74d309d26bf.tar.gz
blt-cdb0395c318af057350a1f9999c2d74d309d26bf.tar.bz2
add strip plot support
Diffstat (limited to 'ds9/library/plotbar.tcl')
-rw-r--r--ds9/library/plotbar.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/plotbar.tcl b/ds9/library/plotbar.tcl
index 0548180..2648147 100644
--- a/ds9/library/plotbar.tcl
+++ b/ds9/library/plotbar.tcl
@@ -54,7 +54,7 @@ proc PlotBarProc {varname} {
upvar #0 $varname var
global $varname
- set var(proc,addplot) PlotBarAddGraph
+ set var(proc,addgraph) PlotBarAddGraph
set var(proc,updategraph) PlotBarUpdateGraph
set var(proc,updateelement) PlotBarUpdateElement
set var(proc,highlite) PlotBarHighliteElement