summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotscatter.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-22 18:52:36 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-22 18:52:36 (GMT)
commita1e5f0b70c1f71cdd099352bffa28350c7b7314f (patch)
tree4f46f38aa6bd3c539184bf3bdd00b23173aa69b6 /ds9/library/plotscatter.tcl
parent10301c756dc2a687ab0529e6031f51ec1d2669a9 (diff)
downloadblt-a1e5f0b70c1f71cdd099352bffa28350c7b7314f.zip
blt-a1e5f0b70c1f71cdd099352bffa28350c7b7314f.tar.gz
blt-a1e5f0b70c1f71cdd099352bffa28350c7b7314f.tar.bz2
add strip plot
Diffstat (limited to 'ds9/library/plotscatter.tcl')
-rw-r--r--ds9/library/plotscatter.tcl3
1 files changed, 0 insertions, 3 deletions
diff --git a/ds9/library/plotscatter.tcl b/ds9/library/plotscatter.tcl
index f940c17..f5b7c0c 100644
--- a/ds9/library/plotscatter.tcl
+++ b/ds9/library/plotscatter.tcl
@@ -56,7 +56,6 @@ proc PlotScatterProc {varname} {
set var(proc,updateelement) PlotScatterUpdateElement
set var(proc,highlite) PlotScatterHighliteElement
set var(proc,button) PlotScatterButton
- set var(proc,titledialog) PlotTitleDialog
}
proc PlotDialogScatter {varname} {
@@ -65,8 +64,6 @@ proc PlotDialogScatter {varname} {
global ds9
- PlotGraphAxesMenu $varname
-
# Data
$var(mb).data add checkbutton -label [msgcat::mc {Show}] \
-variable ${varname}(show) \