summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-07-21 15:31:21 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-07-21 15:31:21 (GMT)
commite0fea673f3b39d00beae3211c82fbd0309546bc8 (patch)
tree951d2a6713294c11ea074a3f8091e240f70e0260 /ds9
parent4e53f087f9c8b02e756bdbf052b752bf28a7cc19 (diff)
downloadblt-e0fea673f3b39d00beae3211c82fbd0309546bc8.zip
blt-e0fea673f3b39d00beae3211c82fbd0309546bc8.tar.gz
blt-e0fea673f3b39d00beae3211c82fbd0309546bc8.tar.bz2
support multiple graphs per plot
Diffstat (limited to 'ds9')
-rw-r--r--ds9/library/manalysis.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ds9/library/manalysis.tcl b/ds9/library/manalysis.tcl
index 9a56fbb..d2649b8 100644
--- a/ds9/library/manalysis.tcl
+++ b/ds9/library/manalysis.tcl
@@ -19,7 +19,8 @@ proc AnalysisMainMenu {} {
-command MaskDialog
$ds9(mb).analysis add command -label "[msgcat::mc {Graph Parameters}]..." \
-command GraphDialog
- $ds9(mb).analysis add command -label "[msgcat::mc {Crosshair Parameters}]..." -command CrosshairDialog
+ $ds9(mb).analysis add command \
+ -label "[msgcat::mc {Crosshair Parameters}]..." -command CrosshairDialog
$ds9(mb).analysis add separator
$ds9(mb).analysis add checkbutton -label [msgcat::mc {Contours}] \
-variable contour(view) -command UpdateContour