summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/plotparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/plotparser.tac')
-rw-r--r--ds9/parsers/plotparser.tac2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/parsers/plotparser.tac b/ds9/parsers/plotparser.tac
index b00329f..8d951ba 100644
--- a/ds9/parsers/plotparser.tac
+++ b/ds9/parsers/plotparser.tac
@@ -17,6 +17,7 @@
%token AXESNUMBERS_
%token AXESTITLE_
%token AXIS_
+%token BACKGROUND_
%token BAR_
%token BARMODE_
%token BOTTOM_
@@ -238,6 +239,7 @@ plotCmd : LOAD_ load
| MODE_ mode {ProcessCmdCVAR mode $2 PlotChangeMode}
| AXIS_ axis
+ | BACKGROUND_ STRING_ {PlotCmdUpdateGraph graph,bg $2}
| LEGEND_ legend
| FONT_ fontt
| TITLE_ title