Displaying Three-Dimensional Plots
iPlot can display multiple types of plots and allows you to manipulate and edit the displays. You can also display three-dimensional plots. Here is a simple example of how to display a 3D plot.
At the IDL command line, enter:
iPlot, FINDGEN(20), FINDGEN(20), RANDOMU(seed, 20)
Note
For information on how to display plots using the Visualization Palette, see Plot Visualizations.
