Polygon
__init__(self, points, **opts):
LLM Docstring
Set up a Polygon primitive.
points:Anythe polygon vertices
opts:Anyextra styling options
get_bbox(self):
LLM Docstring
Not implemented: this primitive has no bounding-box computation.
plot(self, axes, *args, sphere_points=None, graphics=None, **kwargs):
LLM Docstring
Draw the primitive onto the axes via axes.draw_poly.
axes:Anythe axes (or graphics) to draw onto
args:Anyextra positional arguments
graphics:Anythe owning graphics object
kwargs:Anyextra styling options
:returns:_the drawn backend object