Contour Visualizations
Using the Visualize Perspective, you can create visualizations of contour data. This example uses a variable entered at the command line to open elevation data for a mountainous area called Maroon Bells.
- Make sure you are viewing the IDL Visualize Perspective. (Click the Visualize button (
) in the upper right of the Workbench.) - Enter the following at the command line (or click on the code below to run it in IDL):
- From the Variables View, drag the
ELEVvariable to the Contour tool.

RESTORE, FILEPATH('marbells.dat', SUBDIR=['examples','data'])
The ELEV variable appears in the Variables View.
Note
This example assumes the default action definitions. Your results may be different if you have added new actions or changed the order of actions. To return all Tool Palette actions to their system default state, see Resetting the Default Actions.
The iContour window displays a basic visualization of the elevation data:
