diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-06-07 15:44:38 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-06-07 15:44:38 (GMT) |
commit | 72cee7539e883903b6bfec4fd03738753457b992 (patch) | |
tree | 9b81edba6628086708626189978191423f3b4a56 /ds9/library/catplot.tcl | |
parent | 86fcbe6827bd920c0fc8317d63f37697f0c22ad8 (diff) | |
download | blt-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.tcl | 2 |
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 |