Method line
| Improve this Doc View Sourceline(Double[], Double[])
plline: Draw a line
Declaration
public void line(Double[] x, Double[] y)
Parameters
Type | Name | Description |
---|---|---|
Double[] | x | A vector containing the x coordinates of points. |
Double[] | y | A vector containing the y coordinates of points. |
Remarks
Draws line defined by n points in x and y.