Changes between Version 26 and Version 27 of VisItBasics
- Timestamp:
- 05/31/11 11:59:46 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisItBasics
v26 v27 84 84 Pseudocolor plots are opaque by default. This means that if you try to create a pseudocolor plot of a 3D dataset, you will get a large colored block. The boundary conditions of the dataset will be visible, but you will probably want to see some of the interior. This is where the ''slice operator'' comes in. 85 85 86 [[ [Image(Bx3Dunsliced.png)]]]86 [[Image(Bx3Dunsliced.png)]] 87 87 88 88 The slice operator creates a 2D plot by taking a planar slice of a 3D one. This is especially effective for problems with some kind of axial symmetry, where a cross section of a coordinate plane will give you a pretty good idea of what's going on throughout the simulation. … … 94 94 2. Under {{{Plots}}}, select {{{Operators->Slicing-Slice}}}. 95 95 96 [[ [Image(SliceOperatorSelect.png)]]]96 [[Image(SliceOperatorSelect.png)]] 97 97 98 98 [[BR]]