listplot3d - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


plots

  

listplot3d

  

three-dimensional plot of a list of lists of values

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

listplot3d(G, options)

Parameters

G

-

list of lists or rtable of numeric values

Description

• 

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].

Examples

withplots:

listplot3d1,2,3,4,5,6,7,8,color=LightBlue

listplot3dseqseqsini15j1020π,i=1..30,j=1..20

listplot3dseqseqiremj,i,i=1..30,j=1..30,orientation=55,30,style=point,color=NavyBlue

See Also

plot3d/option

plots[listplot]

plots[pointplot]

plots[surfdata]