Previous iTool User's Guide: Working with Plots Next

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)  

 

Figure 13-2: A Simple 3D Plot Using the iPlot Tool

Figure 13-2: A Simple 3D Plot Using the iPlot Tool

  IDL Online Help (March 01, 2006)