summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotsendparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/plotsendparser.tac')
-rw-r--r--ds9/parsers/plotsendparser.tac2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/parsers/plotsendparser.tac b/ds9/parsers/plotsendparser.tac
index 8c72e9d..f731b69 100644
--- a/ds9/parsers/plotsendparser.tac
+++ b/ds9/parsers/plotsendparser.tac
@@ -11,6 +11,7 @@
%token AXIS_
%token AXESNUMBERS_
%token AXESTITLE_
+%token BACKGROUND_
%token BARMODE_
%token CAP_
%token COLOR_
@@ -75,6 +76,7 @@ plotCmd : STATS_ {ProcessSendCmdCVAR PlotStatsGenerate}
| LIST_ {ProcessSendCmdCVAR PlotListGenerate}
| MODE_ {ProcessSendCmdCVARGet mode}
| AXIS_ axis
+ | BACKGROUND_ {ProcessSendCmdCVARGet graph,bg}
| LEGEND_ legend
| FONT_ fontt
| TITLE_ title