diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-04-20 16:57:28 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-04-20 16:57:28 (GMT) |
commit | 2a75d620242fbd85320b0d48b5ee457d9faeeebc (patch) | |
tree | 8606ac83e3ac25d48446295234a0c4245d093aa8 /ds9/library/cube.tcl | |
parent | 382abeffcc61ef20a0288c52b09142db3cf3585e (diff) | |
download | blt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.zip blt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.tar.gz blt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.tar.bz2 |
enhance graphs
Diffstat (limited to 'ds9/library/cube.tcl')
-rw-r--r-- | ds9/library/cube.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/cube.tcl b/ds9/library/cube.tcl index 68ecf25..0207212 100644 --- a/ds9/library/cube.tcl +++ b/ds9/library/cube.tcl @@ -303,7 +303,7 @@ proc UpdateCube {} { UpdateScaleDialog UpdateContourScale UpdateContourDialog - UpdateGraphYAxis $current(frame) + UpdateGraphAxis $current(frame) UpdateInfoBoxBase UpdateMain } |