summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotsendparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-07-12 20:09:23 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-07-12 20:09:23 (GMT)
commit11b2ef2af54fa1eb10aba64b1ebbd617cae2eb69 (patch)
tree81c648d515781d7b690c0af83a6569115f25fd9c /ds9/parsers/plotsendparser.tac
parent47b06ccaabc1352fdbdd289aaae01a20db44db23 (diff)
downloadblt-11b2ef2af54fa1eb10aba64b1ebbd617cae2eb69.zip
blt-11b2ef2af54fa1eb10aba64b1ebbd617cae2eb69.tar.gz
blt-11b2ef2af54fa1eb10aba64b1ebbd617cae2eb69.tar.bz2
support multiple graphs per plot
Diffstat (limited to 'ds9/parsers/plotsendparser.tac')
-rw-r--r--ds9/parsers/plotsendparser.tac2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/parsers/plotsendparser.tac b/ds9/parsers/plotsendparser.tac
index 4916c0a..7ddb7c4 100644
--- a/ds9/parsers/plotsendparser.tac
+++ b/ds9/parsers/plotsendparser.tac
@@ -27,6 +27,7 @@
%token GRAPH_
%token GRID_
%token LABELS_
+%token LAYOUT_
%token LEGEND_
%token LEGENDTITLE_
%token LIST_
@@ -95,6 +96,7 @@ plotCmd : STATS_ {ProcessSendCmdCVAR PlotStatsGenerate}
| SMOOTH_ {ProcessSendCmdCVARGet graph,ds,smooth}
| WIDTH_ {ProcessSendCmdCVARGet graph,ds,width}
| DASH_ {ProcessSendCmdCVARYesNo graph,ds,dash}
+ | LAYOUT_ {ProcessSendCmdCVARGet layout}
| SELECT_ select
# backward compatibility
| DATASET_ {ProcessSendCmdCVARGet graph,ds,current}