reV.bespoke.plotting_functions.plot_windrose

plot_windrose(wind_directions, wind_speeds, wind_frequencies, ax=None, colors=None)[source]

plot windrose

Parameters:
  • wind_directions (1D array) – Wind direction samples

  • wind_speeds (1D array) – Wind speed samples

  • wind_frequencies (2D array) – Frequency of wind direction and speed samples

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

  • color (array, optional) – The color for the different wind speed bins