summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotdialog.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/plotdialog.tcl')
-rw-r--r--ds9/library/plotdialog.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ds9/library/plotdialog.tcl b/ds9/library/plotdialog.tcl
index c4383e6..38ce1b1 100644
--- a/ds9/library/plotdialog.tcl
+++ b/ds9/library/plotdialog.tcl
@@ -29,6 +29,10 @@ proc PlotDialog {varname wtt title xaxis yaxis} {
set var(graph,total) 0
set var(graph,current) 0
+ set var(graph0,data,total) 0
+ set var(graph0,data,current) 0
+
+ PlotInitState $varname
PlotTitle $varname $title $xaxis $yaxis