Plot polyshape
plot(
specifies additional properties of the pgon
,Name,Value
)polyshape
plot using one
or more name-value pairs. For example,
plot(pgon,'FaceColor','green')
shades the solid regions of a
polyshape
green.
When pgon
is an ill-defined polygon, the shading of the plot
can be inaccurate.
returns a
h
= plot(___)Polygon
graphics object for either of the previous syntaxes.
You can change the appearance and behavior of the plot by directly changing the
properties of h
. For more information, see Polygon Properties.