Changes between Version 25 and Version 26 of VisItBasics
- Timestamp:
- 05/31/11 11:59:07 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisItBasics
v25 v26 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)]]] 87 86 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. 87 89 … … 90 92 1. Create a 3D pseudocolor plot (see "Creating a Pseudocolor Plot" above). 91 93 92 2. Under {{{Plots}}, click {{{Operators->Slicing-Slice}}}. 94 2. Under {{{Plots}}}, select {{{Operators->Slicing-Slice}}}. 95 96 [[[Image(SliceOperatorSelect.png)]]] 93 97 94 98 [[BR]]