Scilab Function

xpoly - draw a polyline or a polygon

Calling Sequence

xpoly(xv,yv [,dtype [,close]])

Parameters

Description

xpoly draws a single polyline described by the vectors of coordinates xv and yv. If xv and yv are matrices they are considered as vectors by concatenating their columns. dtype can be "lines" for using the current line style or "marks" for using the current mark to draw the polyline.

Examples

See Also

Author