Changeset 4694 for branches/1.3
- Timestamp:
- Nov 11, 2014, 12:22:32 PM (10 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/gui/scripts/vtkimageviewer.tcl
r4676 r4694 926 926 InitSettings view3D background 927 927 928 # Let's see how this goes. I think it's preferable to overloading the929 # axis title with the exponent.930 SendCmd "axis exp 0 0 0 1"931 932 928 SendCmd "axis lrot z 90" 933 929 set q [list $_view(qw) $_view(qx) $_view(qy) $_view(qz)] … … 1023 1019 if { $_reset } { 1024 1020 SendCmd "axis tickpos outside" 1025 foreach axis { x y z } { 1026 SendCmd "axis lformat $axis %g" 1027 } 1021 #SendCmd "axis lformat all %g" 1028 1022 1029 1023 foreach axis { x y z } { … … 1325 1319 "axisMinorTicks" { 1326 1320 set bool $_settings($what) 1327 foreach axis { x y z } { 1328 SendCmd "axis minticks ${axis} $bool" 1329 } 1321 SendCmd "axis minticks all $bool" 1330 1322 } 1331 1323 "axisVisible" { … … 1848 1840 -font "Arial 9" 1849 1841 1850 1851 1842 label $inner.mode_l -text "Mode" -font "Arial 9" 1852 1843
Note: See TracChangeset
for help on using the changeset viewer.