summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotscatter.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-01 20:18:37 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-01 20:18:37 (GMT)
commit044bafd3e472dda4b075aed97835ba9436ba7a76 (patch)
tree3e29ac72aed5d04f36b867a747b011b4484b7fb6 /ds9/library/plotscatter.tcl
parent885f61c3f6e21f8781771d9b2f4e1962803c62a0 (diff)
downloadblt-044bafd3e472dda4b075aed97835ba9436ba7a76.zip
blt-044bafd3e472dda4b075aed97835ba9436ba7a76.tar.gz
blt-044bafd3e472dda4b075aed97835ba9436ba7a76.tar.bz2
remove sequence data flag from plot widgets
Diffstat (limited to 'ds9/library/plotscatter.tcl')
-rw-r--r--ds9/library/plotscatter.tcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/ds9/library/plotscatter.tcl b/ds9/library/plotscatter.tcl
index d634060..3816cea 100644
--- a/ds9/library/plotscatter.tcl
+++ b/ds9/library/plotscatter.tcl
@@ -64,8 +64,6 @@ proc PlotDialogScatter {varname} {
global ds9
- set var(seq) 0
-
# Dataset
$var(mb).dataset add checkbutton -label [msgcat::mc {Show}] \
-variable ${varname}(show) \