windrose
windrose copied to clipboard
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
Hello! I would like to increase the font size of the direction labels (N, N-E, ...) that are around the wind rose. How could I do so? I am using...
inf label in the legend is not appropriate on most of the occasions. Instead of that, a greater than (>) symbol can be added to the maximum value. Proposed in...
_inf_ label in the legend is not appropriate on most of the occasions. Instead of that, a greater than (>) symbol can be added to the maximum value. legend labels...
Is there a way to set the percentage circles plotted/used by windrose.py? In other words, right now when I plot wind data from site A and I set it to...
Some users of Python windrose could be interested by such a feature. https://github.com/python-windrose/windrose/issues/54#issuecomment-388326349 https://github.com/python-windrose/windrose/issues/54#issuecomment-388410884
I used the autogenerated changelog from GH for this. I also added cartopy b/c I missed it in #180 and we do need it to run the notebooks.
Hi, First of all, windrose package is great! I would like to suggest to add a `fmt` argument for the relative frequency. I showed the windrose plot to others and...
Windrose's bar and contour methods return None, unlike matplotlib's bar and countor methods. _Originally posted by @15b3 in https://github.com/python-windrose/windrose/issues/171#issuecomment-1066085172_
I'm trying to visualize the relationship between winds using wind speed and gust speed measurements for the same locations. It is no problem the get the figures look correct, but...
I am a working on a project where I have a frequency table which is in an equivalent format to ax._info['table']. I want to plot the wind rose directly from...