summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-28 15:30:39 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-28 15:30:39 (GMT)
commit6e111475be533c11d75c353f1c8b9be14a611283 (patch)
tree66b5778b1d0ccddd6b75266be0ee1da5914d4234 /ds9/parsers
parent826894f82a50885a2666762ace148eb3bc950ace (diff)
downloadblt-6e111475be533c11d75c353f1c8b9be14a611283.zip
blt-6e111475be533c11d75c353f1c8b9be14a611283.tar.gz
blt-6e111475be533c11d75c353f1c8b9be14a611283.tar.bz2
add multiple plot support
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 2424089..551a8be 100644
--- a/ds9/parsers/plotsendparser.tac
+++ b/ds9/parsers/plotsendparser.tac
@@ -143,10 +143,10 @@ title : {ProcessSendCmdCVARGet graph,title}
| LEGEND_ {ProcessSendCmdCVARGet legend,title}
;
-errorr : {ProcessSendCmdCVARYesNo error}
- | CAP_ {ProcessSendCmdCVARYesNo error,cap}
- | COLOR_ {ProcessSendCmdCVARGet error,color}
- | WIDTH_ {ProcessSendCmdCVARGet error,width}
+errorr : {PlotSendCmdCVARYesNo error}
+ | CAP_ {PlotSendCmdCVARYesNo error,cap}
+ | COLOR_ {PlotSendCmdCVARGet error,color}
+ | WIDTH_ {PlotSendCmdCVARGet error,width}
;
shape : {PlotSendCmdCVARGet shape,symbol}
diff --git a/ds9/parsers/plotsendparser.tcl b/ds9/parsers/plotsendparser.tcl
index ebc5af0..d20d8c6 100644
--- a/ds9/parsers/plotsendparser.tcl
+++ b/ds9/parsers/plotsendparser.tcl
@@ -1532,10 +1532,10 @@ proc plotsend::yyparse {} {
63 { ProcessSendCmdCVARGet "axis,$1,title" }
64 { ProcessSendCmdCVARGet "axis,$1,title" }
65 { ProcessSendCmdCVARGet legend,title }
- 66 { ProcessSendCmdCVARYesNo error }
- 67 { ProcessSendCmdCVARYesNo error,cap }
- 68 { ProcessSendCmdCVARGet error,color }
- 69 { ProcessSendCmdCVARGet error,width }
+ 66 { PlotSendCmdCVARYesNo error }
+ 67 { PlotSendCmdCVARYesNo error,cap }
+ 68 { PlotSendCmdCVARGet error,color }
+ 69 { PlotSendCmdCVARGet error,width }
70 { PlotSendCmdCVARGet shape,symbol }
71 { PlotSendCmdCVARYesNo shape,fill }
72 { PlotSendCmdCVARGet shape,color }