Open jaredthomas68 opened 2 weeks ago
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.
Hi @jaredthomas68 , I've believe I've now addressed this in #1028
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