diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-07-16 20:47:12 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-07-16 20:47:12 (GMT) |
commit | 6255aaf3951d4e85ffe0bb74bfc27bf52452d481 (patch) | |
tree | ce6c13c7526291ae9b69ce4e32f52a17a120ca4b /ds9/library/catplot.tcl | |
parent | ceacb55ce91d7419ebb7b78e3c0c009172b22e8a (diff) | |
download | blt-6255aaf3951d4e85ffe0bb74bfc27bf52452d481.zip blt-6255aaf3951d4e85ffe0bb74bfc27bf52452d481.tar.gz blt-6255aaf3951d4e85ffe0bb74bfc27bf52452d481.tar.bz2 |
support multiple graphs per plot
Diffstat (limited to 'ds9/library/catplot.tcl')
-rw-r--r-- | ds9/library/catplot.tcl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ds9/library/catplot.tcl b/ds9/library/catplot.tcl index 8c0474f..f9542a7 100644 --- a/ds9/library/catplot.tcl +++ b/ds9/library/catplot.tcl @@ -76,8 +76,8 @@ proc CATPlotGenerate {varname} { set ping [PlotPing $vvarname] if {!$ping} { - PlotScatterDialog $vvarname $var(title) $var(title) $xtitle $ytitle - + PlotScatterDialog $vvarname $var(title) + PlotTitle $vvarname $var(title) $xtitle $ytitle set vvar(mode) pointer PlotChangeMode $vvarname @@ -86,7 +86,6 @@ proc CATPlotGenerate {varname} { set var(plot,var) $vvarname } -# PlotTitle $vvarname $var(title) $xtitle $ytitle PlotDeleteDataSetAll $vvarname PlotAddDataSet $vvarname $dim $rr PlotStats $vvarname |