summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotprocess.tcl
diff options
context:
space:
mode:
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} {