Scilab Function

plot2d2 - 2D plot (step function)

Calling Sequence

plot2d2([x],y)
plot2d2([x],y,<opt_args>)
plot2d2([logflag],x,y,[style,strf,leg,rect,nax])

Parameters

Description

plot2d2 is the same as plot2d but the functions given by (x,y) are supposed to be piecewise constant.

By default, successive plots are superposed. To clear the previous plot, use xbasc().

Enter the command plot2d2() to see a demo.

Examples

See Also

Author