summaryrefslogtreecommitdiffstats
path: root/ds9/library/catplot.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-06-07 18:32:20 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-06-07 18:32:20 (GMT)
commit071832337409b3ff7cf063d16e1072e96d2d86f1 (patch)
tree48f57bcb051f4fef4559e198ddfc73929dc4bcf2 /ds9/library/catplot.tcl
parent02ee45abe855be05bacb2b65edd518a4b8f6f51b (diff)
downloadblt-071832337409b3ff7cf063d16e1072e96d2d86f1.zip
blt-071832337409b3ff7cf063d16e1072e96d2d86f1.tar.gz
blt-071832337409b3ff7cf063d16e1072e96d2d86f1.tar.bz2
support multiple graphs per plot
Diffstat (limited to 'ds9/library/catplot.tcl')
-rw-r--r--ds9/library/catplot.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ds9/library/catplot.tcl b/ds9/library/catplot.tcl
index d8040dd..7dc2bcc 100644
--- a/ds9/library/catplot.tcl
+++ b/ds9/library/catplot.tcl
@@ -87,9 +87,8 @@ proc CATPlotGenerate {varname} {
}
PlotDeleteAllDataSet $vvarname
- PlotDataSet $vvarname $dim $rr
+ PlotAddDataSet $vvarname $dim $rr
PlotTitle $vvarname $var(title) $xtitle $ytitle
- $vvar(proc,updategraph) $vvarname
PlotStats $vvarname
PlotList $vvarname
}