draw2d

Syntax: draw2d(x,y [option])

Description: Draw data using 2D plots.

Group: plot

Note:

Example:
x=0:0.1:10; y=sin(x)draw2d(x,y,"style=lp,linewidth=1")

Also see: plot2d

Implemented in: LambdaDRAW2D.java