Changeset 5801


Ignore:
Timestamp:
Aug 7, 2015 1:21:35 PM (9 years ago)
Author:
ldelgass
Message:

Allow vtkvis server to determine axis label format - this change is already
applied in trunk and 1.4 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/vtkheightmapviewer.tcl

    r5792 r5801  
    941941        # controls on the axis settings tab if necessary.
    942942        # -Leif
    943         SendCmd "axis exp 0 0 0 1"
     943        #SendCmd "axis exp 0 0 0 1"
    944944
    945945        SendCmd "axis lrot z 90"
     
    10411041    if { $_reset } {
    10421042        SendCmd "axis tickpos outside"
    1043         SendCmd "axis lformat all %g"
     1043        #SendCmd "axis lformat all %g"
    10441044
    10451045        foreach axis { x y z } {
Note: See TracChangeset for help on using the changeset viewer.