From 615ae25d092cca229edad311e5ef577865e5b007 Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 26 Dec 2018 11:04:08 -0500 Subject: fix view graph command --- ds9/doc/release/r8.1.html | 1 + ds9/parsers/viewparser.tac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@
  • 12.14.2018 BINNING: bring forward any 3rd column WCS defines for binned 3d cubes.
  • 12.14.2018 PLOT3D: verify 3D WCS, reset to IMAGE if not available.
  • 12.19.2018 SAVEIMAGE: is now supported under Windows.
  • +
  • 12.26.2018 GRAPH: fixed view graph command.
  • xx.xx.2018 RELEASE version 8.1b1
  • 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} -- cgit v0.12