diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-07-11 18:29:58 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-07-11 18:29:58 (GMT) |
commit | c38dbf02a591ad738ea45ba6ab6827466389276a (patch) | |
tree | bf87801ed1e9be8f79a09c2a49cc160f2ce3d033 | |
parent | e762abb602e3b3e6a2c8b72346b20b98f44569b4 (diff) | |
download | blt-c38dbf02a591ad738ea45ba6ab6827466389276a.zip blt-c38dbf02a591ad738ea45ba6ab6827466389276a.tar.gz blt-c38dbf02a591ad738ea45ba6ab6827466389276a.tar.bz2 |
change default cat plot mode to pointer
-rw-r--r-- | ds9/library/catplot.tcl | 4 |
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 |