summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotscatter.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/plotscatter.tcl')
-rw-r--r--ds9/library/plotscatter.tcl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ds9/library/plotscatter.tcl b/ds9/library/plotscatter.tcl
index ab51c49..0aca541 100644
--- a/ds9/library/plotscatter.tcl
+++ b/ds9/library/plotscatter.tcl
@@ -52,13 +52,8 @@ proc PlotScatterDialog {varname wtt} {
upvar #0 $varname var
global $varname
- set var(proc,addgraph) PlotScatterAddGraph
- set var(proc,updateelement) PlotScatterUpdateElement
- set var(proc,highlite) PlotScatterHighliteElement
- set var(proc,button) PlotScatterButton
-
PlotDialog $varname $wtt
- PlotAddGraph $varname
+ PlotAddGraph $varname scatter
}