Changeset 5303 in historical


Ignore:
Timestamp:
08/16/12 13:50:29 (2 years ago)
Author:
guyer
Message:

viewer only available in __main__

Location:
trunk/examples/phase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/phase/polyxtal.py

    r5300 r5303  
    331331...                                              datamin=-numerix.pi, 
    332332...                                              datamax=numerix.pi))) 
    333 >>> viewer.plot() 
     333...    viewer.plot() 
    334334 
    335335and iterate the solution in time, plotting as we go, 
  • trunk/examples/phase/polyxtalCoupled.py

    r5300 r5303  
    332332...                                              datamin=-numerix.pi, 
    333333...                                              datamax=numerix.pi))) 
    334 >>> viewer.plot() 
     334...    viewer.plot() 
    335335 
    336336and iterate the solution in time, plotting as we go, 
Note: See TracChangeset for help on using the changeset viewer.