plots
listplot3d
three-dimensional plot of a list of lists of values
Calling Sequence
Parameters
Description
Examples
listplot3d(G, options)
G
-
list of lists or rtable of numeric values
The listplot3d function creates a 3-D plot of an m by n list of lists or rtable of numeric values. The x-axis and y-axis are numbered from 1 to m and 1 to n respectively.
Remaining arguments are interpreted as plot options. See plot3d/option for a list of possible options.
A related command is plots[surfdata].
with⁡plots:
listplot3d⁡1,2,3,4,5,6,7,8,color=LightBlue
listplot3d⁡seq⁡seq⁡sin⁡i−15⁢j−1020⁢π,i=1..30,j=1..20
listplot3d⁡seq⁡seq⁡irem⁡j,i,i=1..30,j=1..30,orientation=−55,30,style=point,color=NavyBlue
See Also
plot3d/option
plots[listplot]
plots[pointplot]
plots[surfdata]
Download Help Document