summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers')
-rw-r--r--ds9/parsers/plotsendparser.tac8
-rw-r--r--ds9/parsers/plotsendparser.tcl8
2 files changed, 8 insertions, 8 deletions
diff --git a/ds9/parsers/plotsendparser.tac b/ds9/parsers/plotsendparser.tac
index b3f43da..5bb9769 100644
--- a/ds9/parsers/plotsendparser.tac
+++ b/ds9/parsers/plotsendparser.tac
@@ -81,22 +81,22 @@ plotCmd : STATS_ {ProcessSendCmdCVAR PlotStatsGenerate}
| FONT_ fontt
| TITLE_ title
| BARMODE_ {ProcessSendCmdCVARGet bar,mode}
- | SHOW_ {ProcessSendCmdCVARYesNo show}
+ | SHOW_ {PlotSendCmdCVARYesNo show}
| COLOR_ {ProcessSendCmdCVARGet color}
| FILL_ {ProcessSendCmdCVARGet fill}
| FILLCOLOR_ {ProcessSendCmdCVARGet fill,color}
| ERROR_ errorr
# backward compatibility
| ERRORBAR_ errorr
- | NAME_ {ProcessSendCmdCVARGet name}
+ | NAME_ {PlotSendCmdCVARGet name}
| SHAPE_ shape
| RELIEF_ {ProcessSendCmdCVARGet bar,relief}
| SMOOTH_ {ProcessSendCmdCVARGet smooth}
| WIDTH_ {ProcessSendCmdCVARGet width}
| DASH_ {ProcessSendCmdCVARYesNo dash}
- | SELECT_ {ProcessSendCmdCVARGet graph1,data,current}
+ | SELECT_ {PlotSendCmdCVARGet data,current}
# backward compatibility
- | DATASET_ {ProcessSendCmdCVARGet graph1,data,current}
+ | DATASET_ {PlotSendCmdCVARGet data,current}
;
axis : xy GRID_ {ProcessSendCmdCVARYesNo "axis,$1,grid"}
diff --git a/ds9/parsers/plotsendparser.tcl b/ds9/parsers/plotsendparser.tcl
index 703f0ec..bee2627 100644
--- a/ds9/parsers/plotsendparser.tcl
+++ b/ds9/parsers/plotsendparser.tcl
@@ -1491,17 +1491,17 @@ proc plotsend::yyparse {} {
15 { ProcessSendCmdCVARGet mode }
17 { ProcessSendCmdCVARGet graph,bg }
21 { ProcessSendCmdCVARGet bar,mode }
- 22 { ProcessSendCmdCVARYesNo show }
+ 22 { PlotSendCmdCVARYesNo show }
23 { ProcessSendCmdCVARGet color }
24 { ProcessSendCmdCVARGet fill }
25 { ProcessSendCmdCVARGet fill,color }
- 28 { ProcessSendCmdCVARGet name }
+ 28 { PlotSendCmdCVARGet name }
30 { ProcessSendCmdCVARGet bar,relief }
31 { ProcessSendCmdCVARGet smooth }
32 { ProcessSendCmdCVARGet width }
33 { ProcessSendCmdCVARYesNo dash }
- 34 { ProcessSendCmdCVARGet graph1,data,current }
- 35 { ProcessSendCmdCVARGet graph1,data,current }
+ 34 { PlotSendCmdCVARGet data,current }
+ 35 { PlotSendCmdCVARGet data,current }
36 { ProcessSendCmdCVARYesNo "axis,$1,grid" }
37 { ProcessSendCmdCVARYesNo "axis,$1,log" }
38 { ProcessSendCmdCVARYesNo "axis,$1,flip" }