summaryrefslogtreecommitdiffstats
path: root/ds9/library/frame.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-20 16:57:28 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-20 16:57:28 (GMT)
commit2a75d620242fbd85320b0d48b5ee457d9faeeebc (patch)
tree8606ac83e3ac25d48446295234a0c4245d093aa8 /ds9/library/frame.tcl
parent382abeffcc61ef20a0288c52b09142db3cf3585e (diff)
downloadblt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.zip
blt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.tar.gz
blt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.tar.bz2
enhance graphs
Diffstat (limited to 'ds9/library/frame.tcl')
-rw-r--r--ds9/library/frame.tcl6
1 files changed, 2 insertions, 4 deletions
diff --git a/ds9/library/frame.tcl b/ds9/library/frame.tcl
index 8c13c87..f88a3ff 100644
--- a/ds9/library/frame.tcl
+++ b/ds9/library/frame.tcl
@@ -579,8 +579,7 @@ proc EnterFrame {which x y} {
UpdateInfoBox $which $x $y canvas
UpdatePixelTableDialog $which $x $y canvas
UpdateGraph $which $x $y canvas
- UpdateGraphXAxis $which
- UpdateGraphYAxis $which
+ UpdateGraphAxis $which
UpdateMagnifier $which $x $y
if {$view(magnifier)} {
@@ -1810,8 +1809,7 @@ proc ResetFrame {which} {
UpdateZoomMenu
UpdateScaleMenu
UpdateScaleDialog
- UpdateGraphXAxis $which
- UpdateGraphYAxis $which
+ UpdateGraphAxis $which
SAMPSendCoordPointAtSkyCmd $which
}