summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotsendparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-08-04 17:03:32 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-08-04 17:03:32 (GMT)
commitdca842883a0cd6142a2972b295c23f881f9f8a05 (patch)
tree52bdd63c0dd97d16fa33db4e4a2c869ff0c91faf /ds9/parsers/plotsendparser.tac
parent6c5edb13e48a58fc39b8c3c584cda84344d221c0 (diff)
parent59d7227509fd4c110bc78be98dc485c6ac939d05 (diff)
downloadblt-dca842883a0cd6142a2972b295c23f881f9f8a05.zip
blt-dca842883a0cd6142a2972b295c23f881f9f8a05.tar.gz
blt-dca842883a0cd6142a2972b295c23f881f9f8a05.tar.bz2
Merge branch 'master' into devel
Diffstat (limited to 'ds9/parsers/plotsendparser.tac')
-rw-r--r--ds9/parsers/plotsendparser.tac4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/parsers/plotsendparser.tac b/ds9/parsers/plotsendparser.tac
index f797916..7941529 100644
--- a/ds9/parsers/plotsendparser.tac
+++ b/ds9/parsers/plotsendparser.tac
@@ -119,8 +119,8 @@ axis : xy GRID_ {ProcessSendCmdCVARYesNo "graph,axis,$1,grid"}
| xy FORMAT_ {ProcessSendCmdCVARGet "graph,axis,$1,format"}
;
-legend : {ProcessSendCmdCVARYesNo legend}
- | POSITION_ {ProcessSendCmdCVARGet legend,position}
+legend : {ProcessSendCmdCVARYesNo graph,legend}
+ | POSITION_ {ProcessSendCmdCVARGet graph,legend,position}
;
fontt : fontType FONT_ {ProcessSendCmdCVARGet "$1,family"}