summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotparser.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/plotparser.tcl')
-rw-r--r--ds9/parsers/plotparser.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/plotparser.tcl b/ds9/parsers/plotparser.tcl
index 630dd8b..c78fdf0 100644
--- a/ds9/parsers/plotparser.tcl
+++ b/ds9/parsers/plotparser.tcl
@@ -5704,7 +5704,7 @@ proc plot::yyparse {} {
101 { PlotCmdUpdateElement graph,ds,fill $2 }
102 { PlotCmdUpdateElement graph,ds,fill,color $2 }
105 { PlotCmdUpdateElement graph,ds,bar,relief $2 }
- 106 { PlotCmdUpdateElement graph,ds,name $2 }
+ 106 { PlotCmdDataSetName $2 }
109 { PlotCmdLoad $1 xy }
110 { PlotCmdLoad $1 $2 }
111 { PlotCmdExport [ExtToFormat $1] $1 }