summaryrefslogtreecommitdiffstats
path: root/ds9/library/catplot.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-06-07 15:44:38 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-06-07 15:44:38 (GMT)
commit72cee7539e883903b6bfec4fd03738753457b992 (patch)
tree9b81edba6628086708626189978191423f3b4a56 /ds9/library/catplot.tcl
parent86fcbe6827bd920c0fc8317d63f37697f0c22ad8 (diff)
downloadblt-72cee7539e883903b6bfec4fd03738753457b992.zip
blt-72cee7539e883903b6bfec4fd03738753457b992.tar.gz
blt-72cee7539e883903b6bfec4fd03738753457b992.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 567da52..d8040dd 100644
--- a/ds9/library/catplot.tcl
+++ b/ds9/library/catplot.tcl
@@ -86,7 +86,7 @@ proc CATPlotGenerate {varname} {
set var(plot,var) $vvarname
}
- PlotDeleteData $vvarname
+ PlotDeleteAllDataSet $vvarname
PlotDataSet $vvarname $dim $rr
PlotTitle $vvarname $var(title) $xtitle $ytitle
$vvar(proc,updategraph) $vvarname