summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-07-28 19:48:26 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-07-28 19:48:26 (GMT)
commit1381981022894d2d3f88cf17c5c8b3cdc2ab48ca (patch)
tree236c24482439632f0ebdb261bf4e613433506c27 /ds9/parsers/plotparser.tac
parent392015f67bd9ceefdf04a45f462eac803705ad9a (diff)
downloadblt-1381981022894d2d3f88cf17c5c8b3cdc2ab48ca.zip
blt-1381981022894d2d3f88cf17c5c8b3cdc2ab48ca.tar.gz
blt-1381981022894d2d3f88cf17c5c8b3cdc2ab48ca.tar.bz2
support multiple graphs per plot
Diffstat (limited to 'ds9/parsers/plotparser.tac')
-rw-r--r--ds9/parsers/plotparser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/plotparser.tac b/ds9/parsers/plotparser.tac
index d22fa48..61b7765 100644
--- a/ds9/parsers/plotparser.tac
+++ b/ds9/parsers/plotparser.tac
@@ -278,7 +278,7 @@ plotCmd : LOAD_ load
| SMOOTH_ smooth {PlotCmdUpdateElement graph,ds,smooth $2}
| WIDTH_ INT_ {PlotCmdUpdateElement graph,ds,width $2}
| DASH_ yesno {PlotCmdUpdateElement graph,ds,dash $2}
- | LAYOUT_ layout {ProcessCmdCVAR layout strip PlotChangeLayout}
+ | LAYOUT_ layout {ProcessCmdCVAR layout $2 PlotChangeLayout}
| LAYOUT_ STRIP_ WEIGHT_ numeric
{ProcessCmdCVAR layout,strip,weight $4 PlotChangeLayout}