[Matplotlib-users] Asking for help modifying a matplot windrose graphic using Python (:

2013-07-22 Thread Guilherme Araújo Martins
Hello guys. I'm having a problem with a matplot graphic and I guess it can be easy for Python experts to solve. Hope I'm not out of topic here. Basically, I'm using this code... http://matplotlib.org/examples/pylab_examples/polar_bar.html ... but I want to turn it in something like this graphic

Re: [Matplotlib-users] Asking for help modifying a matplot windrose graphic using Python (:

2013-07-22 Thread Jody Klymak
Hi Guilherme On Jul 22, 2013, at 20:54 PM, Guilherme Araújo Martins gami...@globo.com wrote: Basically, I'm using this code... http://matplotlib.org/examples/pylab_examples/polar_bar.html ... but I want to turn it in something like this graphic over here...

Re: [Matplotlib-users] Asking for help modifying a matplot windrose graphic using Python (:

2013-07-22 Thread Paul Hobson
Guilherme, Check out my implementation of windroses here: https://github.com/phobson/python-metar/blob/master/metar/graphics.py#L138 On Mon, Jul 22, 2013 at 11:54 AM, Guilherme Araújo Martins gami...@globo.com wrote: Hello guys. I'm having a problem with a matplot graphic and I guess it can