Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
xfpoly
fill a polygon
Calling Sequence
xfpoly(xv,yv,[close])
Arguments
- xv,yv
two vectors of same size (the points of the polygon).
- close
integer. If close=1, the polyline is closed; default value is 0.
Description
xfpoly
fills a polygon with the current color. If
close
is equal to 1 a point is added to the polyline
xv,yv
to define a polygon.
Examples
See Also
Authors
J.Ph.C.
<< polyline_properties | polygon | xfpolys >> |