summaryrefslogtreecommitdiffstats
path: root/ds9/library/mview.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/mview.tcl
parent382abeffcc61ef20a0288c52b09142db3cf3585e (diff)
downloadblt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.zip
blt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.tar.gz
blt-2a75d620242fbd85320b0d48b5ee457d9faeeebc.tar.bz2
enhance graphs
Diffstat (limited to 'ds9/library/mview.tcl')
-rw-r--r--ds9/library/mview.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/mview.tcl b/ds9/library/mview.tcl
index 64d2def..c63a4b0 100644
--- a/ds9/library/mview.tcl
+++ b/ds9/library/mview.tcl
@@ -149,7 +149,7 @@ proc PrefsDialogGraph {} {
set f [ttk::labelframe $w.graph.horz -text [msgcat::mc {Horizontal}]]
ttk::checkbutton $f.hgrid -text [msgcat::mc {Show Grid}] \
- -variable pgraph(horz,grid) -command UpdateGraphGrid
+ -variable pgraph(horz,grid)
ttk::label $f.htaxis -text [msgcat::mc {Axis}]
ttk::radiobutton $f.hlaxis -text [msgcat::mc {Linear}] \
-variable pgraph(horz,log) -value false
@@ -172,7 +172,7 @@ proc PrefsDialogGraph {} {
set f [ttk::labelframe $w.graph.vert -text [msgcat::mc {Vertical}]]
ttk::checkbutton $f.vgrid -text [msgcat::mc {Show Grid}] \
- -variable pgraph(vert,grid) -command UpdateGraphGrid
+ -variable pgraph(vert,grid)
ttk::label $f.vtaxis -text [msgcat::mc {Axis}]
ttk::radiobutton $f.vlaxis -text [msgcat::mc {Linear}] \
-variable pgraph(vert,log) -value false