summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotline.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/plotline.tcl')
-rw-r--r--ds9/library/plotline.tcl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ds9/library/plotline.tcl b/ds9/library/plotline.tcl
index 972a028..d8bc422 100644
--- a/ds9/library/plotline.tcl
+++ b/ds9/library/plotline.tcl
@@ -52,13 +52,8 @@ proc PlotLineDialog {varname wtt} {
upvar #0 $varname var
global $varname
- set var(proc,addgraph) PlotLineAddGraph
- set var(proc,updateelement) PlotLineUpdateElement
- set var(proc,highlite) PlotHighliteElement
- set var(proc,button) PlotButton
-
PlotDialog $varname $wtt
- PlotAddGraph $varname
+ PlotAddGraph $varname line
}
proc PlotLineMenus {varname} {