windrose
windrose copied to clipboard
Remove the histogram bins in weibull distribution
Hi. I'm trying to remove the histogram bins in the Weibull in the .pdf module. In the API, it notes bins=None. I tried doing it, but the bins are still there. How do I remove the bins so that the distribution line will only be seen? thanks
Hi, maybe you should consider simply draw Weibull without windrose... see https://github.com/python-windrose/windrose/blob/master/windrose/windrose.py#L694
Closing this as answered. Please re-open if you disagree.