patch
Draw a polygonal patch in data space
Call signature:
patch(xx, yy)
Help text:
patch(xx, yy) draws a polygon with vertices at (xx,yy). The polygon is automatically closed (i.e., it is not necessary for xx[-1] to equal xx[0]).
The polygon is filled with the current brush.
xx and yy are given in data coordinates. See also area and garea.
Download pdf