plots[listplot3d] - three-dimensional plot of a list of lists of values
|
Calling Sequence
|
|
listplot3d(G, options)
|
|
Parameters
|
|
G
|
-
|
list of lists of numeric values
|
|
|
|
|
Description
|
|
•
|
The listplot3d function creates a 3-D plot of a list of lists of numeric values.
|
•
|
Remaining arguments are interpreted as plot options. See plot3d/option for a list of possible options.
|
•
|
The command with(plots,listplot3d) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
Suppose file data contains:
0 0 0 0
|
0 1 1 0
|
0 1 1 0
|
0 0 0 0
|
|
|
To plot the above grid of values with listplot and readdata:
>
|
|
|
|
Download Help Document
Was this information helpful?