summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-20 19:58:34 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-20 19:58:34 (GMT)
commit21af893753bca8a1e5b1e7507cdbed44ad895004 (patch)
treed0a43860fd548d343669453ee3f9df80c557ed62 /ds9/parsers/plotparser.tac
parent119471842b7169d7d21aae6f3252362accafe52d (diff)
downloadblt-21af893753bca8a1e5b1e7507cdbed44ad895004.zip
blt-21af893753bca8a1e5b1e7507cdbed44ad895004.tar.gz
blt-21af893753bca8a1e5b1e7507cdbed44ad895004.tar.bz2
add ds9 plot send parser
Diffstat (limited to 'ds9/parsers/plotparser.tac')
-rw-r--r--ds9/parsers/plotparser.tac5
1 files changed, 3 insertions, 2 deletions
diff --git a/ds9/parsers/plotparser.tac b/ds9/parsers/plotparser.tac
index 2181a29..9a6808c 100644
--- a/ds9/parsers/plotparser.tac
+++ b/ds9/parsers/plotparser.tac
@@ -330,6 +330,7 @@ legendPos : RIGHT_ {set _ right}
;
fontt : fontType FONT_ font {PlotCmdUpdateGraph "$1,family" $3}
+# backward compatibility
| fontType FAMILY_ font {PlotCmdUpdateGraph "$1,family" $3}
| fontType FONTSIZE_ INT_ {PlotCmdUpdateGraph "$1,size" $3}
| fontType FONTWEIGHT_ fontWeight {PlotCmdUpdateGraph "$1,weight" $3}
@@ -346,9 +347,9 @@ fontType : TITLE_ {set _ graph,title}
| LABELS_ {set _ axis,title}
# backward compatibility
| AXESTITLE_ {set _ axis,title}
- | NUMBERS_ {set _ axis,numbers}
+ | NUMBERS_ {set _ axis,font}
# backward compatibility
- | AXESNUMBERS_ {set _ axis,numbers}
+ | AXESNUMBERS_ {set _ axis,font}
| LEGEND_ {set _ legend,font}
| LEGENDTITLE_ {set _ legend,title}
;