summaryrefslogtreecommitdiffstats
path: root/ds9/library/catplot.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-06-07 18:51:01 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-06-07 18:51:01 (GMT)
commit2ea2b0e83a4b3c58d82b13d4d26fdad5b3853d2e (patch)
tree2cd9294318e74edf37aaa301bdbd9f439e524645 /ds9/library/catplot.tcl
parent071832337409b3ff7cf063d16e1072e96d2d86f1 (diff)
downloadblt-2ea2b0e83a4b3c58d82b13d4d26fdad5b3853d2e.zip
blt-2ea2b0e83a4b3c58d82b13d4d26fdad5b3853d2e.tar.gz
blt-2ea2b0e83a4b3c58d82b13d4d26fdad5b3853d2e.tar.bz2
support multiple graphs per plot
Diffstat (limited to 'ds9/library/catplot.tcl')
-rw-r--r--ds9/library/catplot.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/catplot.tcl b/ds9/library/catplot.tcl
index 7dc2bcc..1940f93 100644
--- a/ds9/library/catplot.tcl
+++ b/ds9/library/catplot.tcl
@@ -86,9 +86,9 @@ proc CATPlotGenerate {varname} {
set var(plot,var) $vvarname
}
+ PlotTitle $vvarname $var(title) $xtitle $ytitle
PlotDeleteAllDataSet $vvarname
PlotAddDataSet $vvarname $dim $rr
- PlotTitle $vvarname $var(title) $xtitle $ytitle
PlotStats $vvarname
PlotList $vvarname
}