Scilab Function

contourf - filled level curves of a surface on a 2D plot

Calling Sequence

contourf(x,y,z,nz,[style,strf,leg,rect,nax])

Parameters

Description

contourf paints surface between two consecutives level curves of a surface z=f(x,y) on a 2D plot. The values of f(x,y) are given by the matrix z at the grid points defined by x and y.

You can change the format of the floating point number printed on the levels by using xset("fpf",string) where string gives the format in C format syntax (for example string="%.3f"). Use string="" to switch back to default format.

Enter the command contour2d() to see a demo.

Examples

See Also

Author