reV.bespoke.plotting_functions.plot_poly
- plot_poly(geom, ax=None, color='black', linestyle='--', linewidth=0.5)[source]
plot the wind plant boundaries
- Parameters:
geom (Polygon | MultiPolygon) – The shapely.Polygon or shapely.MultiPolygon that define the wind plant boundary(ies).
ax (
matplotlib.pyplot.axes
, optional) – The figure axes on which the wind rose is plotted. Defaults toNone
.color (string, optional) – The color for the wind plant boundaries
linestyle (string, optional) – Style to plot the boundary lines
linewidth (float, optional) – The width of the boundary lines