You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug report: WindRose.plot() argument legend_kwargs are said to be passed to legend in the doc strings, but they are passed to colorbar instead
WindRose.plot() argument legend_kwargs are said to be passed to legend in the doc strings, but they are passed to colorbar instead. This makes usage non-intuitive.
Hi @jaredthomas68 , thanks for raising this. I believe the problem was introduced in #969. I think you can get around this for now by setting legend_kwargs to {"label": Wind Speed (m/s)"} (and dropping the frameon argument). But this is a user-interface change that we should have handled more thoroughly in a minor release, so I'll look into a more robust bugfix.
Bug report:
WindRose.plot()
argumentlegend_kwargs
are said to be passed tolegend
in the doc strings, but they are passed tocolorbar
insteadWindRose.plot()
argumentlegend_kwargs
are said to be passed tolegend
in the doc strings, but they are passed tocolorbar
instead. This makes usage non-intuitive.How to reproduce
Pass typical legend arguments to
WindRose.plot()
Relevant output
Floris version
4.2
System Information
The text was updated successfully, but these errors were encountered: