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.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/parsers/plotparser.tcl b/ds9/parsers/plotparser.tcl
index 31f28be..5051af6 100644
--- a/ds9/parsers/plotparser.tcl
+++ b/ds9/parsers/plotparser.tcl
@@ -5719,9 +5719,9 @@ proc plot::yyparse {} {
107 { set _ line }
108 { set _ bar }
109 { set _ scatter }
- 110 { ProcessCmdCVAR graph,ds,current $2 }
- 111 { ProcessCmdCVAR graph,current $2 }
- 112 { ProcessCmdCVAR graph,ds,current $1 }
+ 110 { ProcessCmdCVAR graph,ds,current $2 PlotCurrentDataSet }
+ 111 { ProcessCmdCVAR graph,current $2 PlotCurrentGraph }
+ 112 { ProcessCmdCVAR graph,ds,current $1 PlotCurrentDataSet }
113 { ProcessCmdCVAR0 PlotDeleteGraphCurrent }
114 { ProcessCmdCVAR0 PlotDeleteDataSetCurrent }
115 { PlotCmdExport [ExtToFormat $1] $1 }