windkit.plot.roughness_rose
- windkit.plot.roughness_rose(ds, style='rose', gap=False)[source]
Create roughness rose plot.
- Parameters:
ds (xarray.Dataset) – WindKit Dataset representation of a roughness rose single point (for the moment).
style (str, optional) – stacked “bar” plot or circular “rose” plot, by default “rose”.
gap (bool, optional) – Include a gap between sectors? (Default: no gap).
- Returns:
Plotly figure for display, additional modification, or output.
- Return type: