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.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