Changeset 3532


Ignore:
Timestamp:
Mar 18, 2013, 7:40:06 PM (12 years ago)
Author:
gah
Message:

add axis exp 0 0 0 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkheightmapviewer.tcl

    r3517 r3532  
    901901        #
    902902        SendCmd "axis color all [Color2RGB $itk_option(-plotforeground)]"
     903
     904        # Let's see how this goes.  I think it's preferable to overloading the
     905        # axis title with the exponent.
     906        SendCmd "axis exp 0 0 0 1"
     907
    903908        SendCmd "axis lrot z 90"
    904909        set q [list $_view(qw) $_view(qx) $_view(qy) $_view(qz)]
Note: See TracChangeset for help on using the changeset viewer.