draw2d

Syntax: draw2d(x,y [option]) or draw2d(function)**

Description: Draw data using 2D plots.If you pass 3 arrays, errors can also be shown.If you pass 4 arrays, upper and lower errors can be shownIf you pass 6 arrays, also error on X can be shown.**

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