Scilab Function

plot2d1 - 2D plot (logarithmic axes) (obsolete)

Calling Sequence

plot2d1(str,x,y,[style,strf,leg,rect,nax])

Parameters

Description

This function is obsolete. Use plot2d instead.

plot2d1 plots a set of 2D curves. It is the same as plot2d but with one more argument str which enables logarithmic axis. Moreover, it allows to specify only one column vector for x when it is the same for all the curves.

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

Enter the command plot2d1() to see a demo.

Examples

See Also

Author