diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-12-26 16:04:08 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-12-26 16:04:08 (GMT) |
commit | 615ae25d092cca229edad311e5ef577865e5b007 (patch) | |
tree | d74d1316c40c4471ed8eed90c590fe220ae54d2a /ds9 | |
parent | 6307f8863a6e71f351e35096dd1f59015c8ba668 (diff) | |
download | blt-615ae25d092cca229edad311e5ef577865e5b007.zip blt-615ae25d092cca229edad311e5ef577865e5b007.tar.gz blt-615ae25d092cca229edad311e5ef577865e5b007.tar.bz2 |
fix view graph command
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/doc/release/r8.1.html | 1 | ||||
-rw-r--r-- | ds9/parsers/viewparser.tac | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ds9/doc/release/r8.1.html b/ds9/doc/release/r8.1.html index bd1180e..97c5f05 100644 --- a/ds9/doc/release/r8.1.html +++ b/ds9/doc/release/r8.1.html @@ -25,6 +25,7 @@ <li><tt>12.14.2018 BINNING: bring forward any 3rd column WCS defines for binned 3d cubes.</tt></li> <li><tt>12.14.2018 PLOT3D: verify 3D WCS, reset to IMAGE if not available.</tt></li> <li><tt>12.19.2018 SAVEIMAGE: is now supported under Windows.</tt></li> +<li><tt>12.26.2018 GRAPH: fixed view graph command.</tt></li> <li><tt><b>xx.xx.2018 RELEASE version 8.1b1</b></tt></li> </ol> </div> 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} |