summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-10 20:16:51 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-10 20:16:51 (GMT)
commitdcfe13a27708c98e350f04f90285b705c88596fe (patch)
treec327768899b423aeb625962a72f20159086a5c61 /ds9/parsers/plotparser.tac
parent471815c1412c0f8c37fca83da113d55b4311b602 (diff)
downloadblt-dcfe13a27708c98e350f04f90285b705c88596fe.zip
blt-dcfe13a27708c98e350f04f90285b705c88596fe.tar.gz
blt-dcfe13a27708c98e350f04f90285b705c88596fe.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/plotparser.tac')
-rw-r--r--ds9/parsers/plotparser.tac4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/parsers/plotparser.tac b/ds9/parsers/plotparser.tac
index 98874dd..9131293 100644
--- a/ds9/parsers/plotparser.tac
+++ b/ds9/parsers/plotparser.tac
@@ -337,8 +337,8 @@ fontType : TITLE_ {set _ graph,title}
| NUMBERS_ {set _ axis,numbers}
# backward compatibility
| AXESNUMBERS_ {set _ axis,numbers}
- | LEGEND_ {set _ legend,font; puts a}
- | LEGENDTITLE_ {set _ legend,title; puts b}
+ | LEGEND_ {set _ legend,font}
+ | LEGENDTITLE_ {set _ legend,title}
;
title : STRING_ {PlotCmdUpdateGraph graph,title $1}