Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWhat is the default colormap for windrose? #35
Comments
|
Hi @cqcn1991 I'm really impressed by your work ! Sorry but I don't know what it will happen with Matplotlib update... If no cmap argument is passed it might be You might try to pass cmap argument (different than jet) to both |
|
Just tried it
From https://github.com/scls19fr/windrose/blob/a024d3af097c69d28f98328e7eb2b3dbc215838a/windrose/windrose.py#L242 , I can see that it's not I find the |
|
I think it's better to pass |
|
@scls19fr OK. I post this issue because I just know that Addtionally, thanks for your intereste in https://github.com/cqcn1991/Wind-Speed-Analysis. Could you tell me where it interest you most? Honestly, while I open-sourced this project (It's my Master Thesis, and I'm working a paper on it), I never know any other people would care about it. |

This is the plot I get using
windrose,I notice that in https://github.com/scls19fr/windrose/blob/a024d3af097c69d28f98328e7eb2b3dbc215838a/windrose/windrose.py , there is not
cmapforbar. Then I want to know, how to change the colormap of it?Addtionally, is it
jet? Will it be changed according toMatplotlibupdate? (http://matplotlib.org/style_changes.html)