Changes between Version 1 and Version 2 of visit-tutorial


Ignore:
Timestamp:
Jul 4, 2013, 8:54:45 AM (11 years ago)
Author:
leon
Comment:

Contours of a scalar variable

Legend:

Unmodified
Added
Removed
Modified
  • visit-tutorial

    v1 v2  
    77export PATH=/opt/visit-2.6.2/bin:${PATH}
    88}}}
     9
     10
     11== Contours of a scalar variable ==
     12[[Image(ex1.png,right)]]
     13 1. Open VisIt and `noise.silo` with a single command or use File -> Open
     14{{{
     15#!sh
     16visit -o /opt/visit-2.6.2/data/noise.silo
     17}}}
     18 1. Type `Ctrl+I` to display info about the data opened and then close the window
     19 1. Click Add -> Contour -> hardyglobal
     20 1. Click Draw
     21 1. Double click on Contour (or Right-click ->Edit plot description)
     22 1. Under select by choose ->N Levels enter 5
     23 1. Change the opacity levels
     24 1. Click Apply
     25 1. Click Dismiss
     26 1. Click Delete
     27