Skip to content

Polygon

Inherits from (Patch)

Wrapper for Matplotlib.patches.Polygon

Properties

closed (Bool)

Wether the Polygon is closed. This usually results in the border line being open since no close vertice is created.The default is True.
Python methods:

Name Parameters Return Type
get_closed() - Bool
set_closed() closed : Bool None