I am trying to take full control of the legend in the Windrose; the legend is controlled by the bins, which can be called using the ax.info['bins']
. However, I want to change the name of the bin groups.
Looking online, the only solution I found was to edit the .py file of the windrose, edit it and then reimport it into the python script.
Python Windrose legend bracket format and loc
I was looking for an easier method, as I plan to have different bins for various plots within the script. So far i have tried label
and set_label
which does not seem to work.