summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotprocess.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/plotprocess.tcl
parent02ee45abe855be05bacb2b65edd518a4b8f6f51b (diff)
downloadblt-071832337409b3ff7cf063d16e1072e96d2d86f1.zip
blt-071832337409b3ff7cf063d16e1072e96d2d86f1.tar.gz
blt-071832337409b3ff7cf063d16e1072e96d2d86f1.tar.bz2
support multiple graphs per plot
Diffstat (limited to 'ds9/library/plotprocess.tcl')
-rw-r--r--ds9/library/plotprocess.tcl5
1 files changed, 2 insertions, 3 deletions
diff --git a/ds9/library/plotprocess.tcl b/ds9/library/plotprocess.tcl
index 0283af0..15e5e69 100644
--- a/ds9/library/plotprocess.tcl
+++ b/ds9/library/plotprocess.tcl
@@ -232,8 +232,7 @@ proc PlotCmdData {dim} {
}
PlotRaise $cvarname
- PlotDataSet $cvarname $dim $parse(buf)
- $cvar(proc,updategraph) $cvarname
+ PlotAddDataSet $cvarname $dim $parse(buf)
PlotStats $cvarname
PlotList $cvarname
}
@@ -317,7 +316,7 @@ proc PlotCmdFontStyle {which value} {
}
}
- $cvar(proc,updategraph) $cvarname
+ $cvar(proc,updatecanvas) $cvarname
}
proc PlotCmdExport {format fn} {