summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-07-11 18:29:58 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-07-11 18:29:58 (GMT)
commitc38dbf02a591ad738ea45ba6ab6827466389276a (patch)
treebf87801ed1e9be8f79a09c2a49cc160f2ce3d033 /ds9/library
parente762abb602e3b3e6a2c8b72346b20b98f44569b4 (diff)
downloadblt-c38dbf02a591ad738ea45ba6ab6827466389276a.zip
blt-c38dbf02a591ad738ea45ba6ab6827466389276a.tar.gz
blt-c38dbf02a591ad738ea45ba6ab6827466389276a.tar.bz2
change default cat plot mode to pointer
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/catplot.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ds9/library/catplot.tcl b/ds9/library/catplot.tcl
index 4807c53..9072745 100644
--- a/ds9/library/catplot.tcl
+++ b/ds9/library/catplot.tcl
@@ -77,6 +77,10 @@ proc CATPlotGenerate {varname} {
if {!$ping} {
PlotScatterDialog $vvarname $var(title) {} {} {}
+
+ set vvar(mode) pointer
+ PlotChangeMode $vvarname
+
set vvar(callback) "CATSelectRows $varname plot"
set var(plot) 1
set var(plot,var) $vvarname