reV.bespoke.plotting_functions.plot_turbines

plot_turbines(x, y, r, ax=None, color='C0', nums=False)[source]

plot wind turbine locations

Parameters:
  • x, y (array) – Wind turbine x and y locations

  • r (float) – Wind turbine radius

  • ax :py:class:`matplotlib.pyplot.axes`, optional – The figure axes on which the wind rose is plotted. Defaults to None.

  • color (string, optional) – The color for the wind plant boundaries

  • nums (bool, optional) – Option to show the turbine numbers next to each turbine