summaryrefslogtreecommitdiffstats
path: root/ds9/parsers
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-12-26 16:04:08 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-12-26 16:04:08 (GMT)
commit615ae25d092cca229edad311e5ef577865e5b007 (patch)
treed74d1316c40c4471ed8eed90c590fe220ae54d2a /ds9/parsers
parent6307f8863a6e71f351e35096dd1f59015c8ba668 (diff)
downloadblt-615ae25d092cca229edad311e5ef577865e5b007.zip
blt-615ae25d092cca229edad311e5ef577865e5b007.tar.gz
blt-615ae25d092cca229edad311e5ef577865e5b007.tar.bz2
fix view graph command
Diffstat (limited to 'ds9/parsers')
-rw-r--r--ds9/parsers/viewparser.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/parsers/viewparser.tac b/ds9/parsers/viewparser.tac
index 809a77d..16016a9 100644
--- a/ds9/parsers/viewparser.tac
+++ b/ds9/parsers/viewparser.tac
@@ -55,7 +55,7 @@ view : layout
# backward compatible
| COLORBARNUMERICS_ yesno {ColorbarCmdSet numerics $2 UpdateView}
- | GRAPH_ orient yesno {ProcessCmdSet view graph,$1 $2 UpdateView}
+ | GRAPH_ orient yesno {ProcessCmdSet view graph,$2 $3 UpdateView}
# backward compatible
| HORZGRAPH_ yesno {ProcessCmdSet view graph,horz $2 UpdateView}