Polygon.plot

Polygon.plot(axes: Axes, n_tetha: int = 100, add_center: bool = False, *args, **kwgs)

plot the border of the shape

Parameters:
  • axes (plt.Axes) – Matplolib axes where to plot

  • n_tetha (int, optional) – number of resultion points used for the plot, by default 100