Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 337 Bytes

polygon_vert_setter.rst

File metadata and controls

6 lines (6 loc) · 337 Bytes

Setting PolygonSelector vertices

The vertices of ~matplotlib.widgets.PolygonSelector can now be set programmatically by using the ~matplotlib.widgets.PolygonSelector.verts property. Setting the vertices this way will reset the selector, and create a new complete selector with the supplied vertices.