Welcome to windrose’s documentation!
- Install
- Usage
- A stacked histogram with normed (displayed in percent) results.
- Another stacked histogram representation, not normed, with bins limits.
- A windrose in filled representation, with a controlled colormap.
- Same as above, but with contours over each filled region…
- …or without filled regions.
- Probability density function (pdf) and fitting Weibull distribution
- Overlay of a map
- Subplots
- Functional API
- Pandas support
- Video export
- Development
- API
A windrose, also known as a polar rose plot, is a special diagram for representing the distribution of meteorological data, typically wind speeds by class and direction. This is a simple module for the matplotlib python library, which requires numpy for internal computation.
Original code forked from: - windrose 1.4 by Lionel Roubeyrie lionel.roubeyrie@gmail.com http://youarealegend.blogspot.com/search/label/windrose
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests