diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-05-28 16:09:38 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-05-28 16:09:38 (GMT) |
commit | 4679ebe1a2df783577e73958c4f420a23fbfbaf3 (patch) | |
tree | 7403b46bb02211e0b4c6fc9a12e8e284a15cd4cd /ds9/parsers/plotsendparser.tac | |
parent | 7096765937a555346816dc072435ca2dda2f903a (diff) | |
download | blt-4679ebe1a2df783577e73958c4f420a23fbfbaf3.zip blt-4679ebe1a2df783577e73958c4f420a23fbfbaf3.tar.gz blt-4679ebe1a2df783577e73958c4f420a23fbfbaf3.tar.bz2 |
add multiple plot support
Diffstat (limited to 'ds9/parsers/plotsendparser.tac')
-rw-r--r-- | ds9/parsers/plotsendparser.tac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/parsers/plotsendparser.tac b/ds9/parsers/plotsendparser.tac index 551a8be..379fe28 100644 --- a/ds9/parsers/plotsendparser.tac +++ b/ds9/parsers/plotsendparser.tac @@ -80,7 +80,7 @@ plotCmd : STATS_ {ProcessSendCmdCVAR PlotStatsGenerate} | LEGEND_ legend | FONT_ fontt | TITLE_ title - | BARMODE_ {ProcessSendCmdCVARGet bar,mode} + | BARMODE_ {PlotSendCmdCVARGet bar,mode} | SHOW_ {PlotSendCmdCVARYesNo show} | COLOR_ {PlotSendCmdCVARGet color} | FILL_ {PlotSendCmdCVARGet fill} @@ -90,7 +90,7 @@ plotCmd : STATS_ {ProcessSendCmdCVAR PlotStatsGenerate} | ERRORBAR_ errorr | NAME_ {PlotSendCmdCVARGet name} | SHAPE_ shape - | RELIEF_ {ProcessSendCmdCVARGet bar,relief} + | RELIEF_ {PlotSendCmdCVARGet bar,relief} | SMOOTH_ {PlotSendCmdCVARGet smooth} | WIDTH_ {PlotSendCmdCVARGet width} | DASH_ {PlotSendCmdCVARYesNo dash} |