summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-28 16:09:38 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-28 16:09:38 (GMT)
commit4679ebe1a2df783577e73958c4f420a23fbfbaf3 (patch)
tree7403b46bb02211e0b4c6fc9a12e8e284a15cd4cd /ds9/parsers
parent7096765937a555346816dc072435ca2dda2f903a (diff)
downloadblt-4679ebe1a2df783577e73958c4f420a23fbfbaf3.zip
blt-4679ebe1a2df783577e73958c4f420a23fbfbaf3.tar.gz
blt-4679ebe1a2df783577e73958c4f420a23fbfbaf3.tar.bz2
add multiple plot support
Diffstat (limited to 'ds9/parsers')
-rw-r--r--ds9/parsers/plotsendparser.tac4
-rw-r--r--ds9/parsers/plotsendparser.tcl4
2 files changed, 4 insertions, 4 deletions
diff --git a/ds9/parsers/plotsendparser.tac b/ds9/parsers/plotsendparser.tac
index 551a8be..379fe28 100644
--- a/ds9/parsers/plotsendparser.tac
+++ b/ds9/parsers/plotsendparser.tac
@@ -80,7 +80,7 @@ plotCmd : STATS_ {ProcessSendCmdCVAR PlotStatsGenerate}
| LEGEND_ legend
| FONT_ fontt
| TITLE_ title
- | BARMODE_ {ProcessSendCmdCVARGet bar,mode}
+ | BARMODE_ {PlotSendCmdCVARGet bar,mode}
| SHOW_ {PlotSendCmdCVARYesNo show}
| COLOR_ {PlotSendCmdCVARGet color}
| FILL_ {PlotSendCmdCVARGet fill}
@@ -90,7 +90,7 @@ plotCmd : STATS_ {ProcessSendCmdCVAR PlotStatsGenerate}
| ERRORBAR_ errorr
| NAME_ {PlotSendCmdCVARGet name}
| SHAPE_ shape
- | RELIEF_ {ProcessSendCmdCVARGet bar,relief}
+ | RELIEF_ {PlotSendCmdCVARGet bar,relief}
| SMOOTH_ {PlotSendCmdCVARGet smooth}
| WIDTH_ {PlotSendCmdCVARGet width}
| DASH_ {PlotSendCmdCVARYesNo dash}
diff --git a/ds9/parsers/plotsendparser.tcl b/ds9/parsers/plotsendparser.tcl
index d20d8c6..ce58ec1 100644
--- a/ds9/parsers/plotsendparser.tcl
+++ b/ds9/parsers/plotsendparser.tcl
@@ -1490,13 +1490,13 @@ proc plotsend::yyparse {} {
14 { ProcessSendCmdCVAR PlotListGenerate }
15 { ProcessSendCmdCVARGet mode }
17 { ProcessSendCmdCVARGet graph,bg }
- 21 { ProcessSendCmdCVARGet bar,mode }
+ 21 { PlotSendCmdCVARGet bar,mode }
22 { PlotSendCmdCVARYesNo show }
23 { PlotSendCmdCVARGet color }
24 { PlotSendCmdCVARGet fill }
25 { PlotSendCmdCVARGet fill,color }
28 { PlotSendCmdCVARGet name }
- 30 { ProcessSendCmdCVARGet bar,relief }
+ 30 { PlotSendCmdCVARGet bar,relief }
31 { PlotSendCmdCVARGet smooth }
32 { PlotSendCmdCVARGet width }
33 { PlotSendCmdCVARYesNo dash }