summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotline.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/plotline.tcl
parent7e3396be82595cd498b60f7b2e8c46387ad5df4c (diff)
downloadblt-cdb0395c318af057350a1f9999c2d74d309d26bf.zip
blt-cdb0395c318af057350a1f9999c2d74d309d26bf.tar.gz
blt-cdb0395c318af057350a1f9999c2d74d309d26bf.tar.bz2
add strip plot support
Diffstat (limited to 'ds9/library/plotline.tcl')
-rw-r--r--ds9/library/plotline.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/plotline.tcl b/ds9/library/plotline.tcl
index 8be48ed..42f8b0f 100644
--- a/ds9/library/plotline.tcl
+++ b/ds9/library/plotline.tcl
@@ -54,8 +54,8 @@ proc PlotLineProc {varname} {
upvar #0 $varname var
global $varname
+ set var(proc,addgraph) PlotLineAddGraph
set var(proc,updategraph) PlotUpdateGraph
- set var(proc,addplot) PlotLineAddGraph
set var(proc,updateelement) PlotLineUpdateElement
set var(proc,highlite) PlotLineHighliteElement
set var(proc,button) PlotLineButton