summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotbar.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/plotbar.tcl')
-rw-r--r--ds9/library/plotbar.tcl5
1 files changed, 1 insertions, 4 deletions
diff --git a/ds9/library/plotbar.tcl b/ds9/library/plotbar.tcl
index 8b5e5da..bd56406 100644
--- a/ds9/library/plotbar.tcl
+++ b/ds9/library/plotbar.tcl
@@ -29,10 +29,7 @@ proc PlotBar {tt wtt title xaxis yaxis dim data} {
upvar #0 $varname var
global $varname
- PlotBarProc $varname
- PlotDialog $varname $wtt $title $xaxis $yaxis
- PlotDialogBar $varname
- PlotAddGraph $varname
+ PlotBarDialog $varname $wtt $title $xaxis $yaxis
PlotDataSet $varname $dim $data
$var(proc,updategraph) $varname