python-windrose / windrose

A Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot), draw probability density function and fit Weibull distribution
https://python-windrose.github.io/windrose
Other
339 stars 133 forks source link

Add subplots script link to documentation #224

Closed DrJonnyT closed 1 year ago

DrJonnyT commented 1 year ago

On this page there is an example showing subplots, but no code to show how it is done. I found the script but only though looking at closed issues on github

ocefpaf commented 1 year ago

Do you want to send a PR to fix that? We could use a documentation overhaul and use the code examples to build the docs.

DrJonnyT commented 1 year ago

I can't work out where the source for that page is- the github link at the top is broken

callmedrcom commented 1 year ago

So, is there any solution to this? Found that the WindroseAxes.fromax() can not inherit the matplotlib axes.

ocefpaf commented 1 year ago

So, is there any solution to this? Found that the WindroseAxes.fromax() can not inherit the matplotlib axes.

Check PR #242 for a nice way for subplotting with seaborn. I'll cut a new release soon so the docs have that example in them.