Scilab Function

grayplot - 2D plot of a surface using colors

Calling Sequence

grayplot(x,y,z,[strf,rect,nax])
grayplot(x,y,z,<opt_args>)

Parameters

Description

grayplot makes a 2D plot of the surface given by z on a grid defined by x and y. Each rectangle on the grid is filled with a gray or color level depending on the average value of z on the corners of the rectangle.

Enter the command grayplot() to see a demo.

Examples

See Also

Author