[Matplotlib-users] how to draw concentric donuts chart ?

2014-05-16 Thread 不坏阿峰
Dear all how to use matplotlib to drew chart like this ? http://www.advsofteng.com/doc/cdpydoc/images/concentric.png -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium

Re: [Matplotlib-users] how to draw concentric donuts chart ?

2014-05-16 Thread Alan G Isaac
On 5/16/2014 7:51 AM, 不坏阿峰 wrote: how to use matplotlib to drew chart like this ? http://www.advsofteng.com/doc/cdpydoc/images/concentric.png Not an answer to your question: http://www.businessinsider.com/pie-charts-are-the-worst-2013-6 fwiw, Alan Isaac

[Matplotlib-users] Undefined color model and inconsistencies between backends

2014-05-16 Thread Michael Goerz
Hi, While playing around for an afternoon with colors in matplotlib, I came across some inconsistencies. I was trying to define colors in sRGB (my understanding is that sRGB as a standardized color space is device-independent). Giving RGB values to matplotlib, I checked the output with a color

Re: [Matplotlib-users] Undefined color model and inconsistencies between backends

2014-05-16 Thread Eric Firing
On 2014/05/16 4:41 PM, Michael Goerz wrote: Hi, While playing around for an afternoon with colors in matplotlib, I came across some inconsistencies. I was trying to define colors in sRGB (my understanding is that sRGB as a standardized color space is device-independent). Giving RGB values to

Re: [Matplotlib-users] Undefined color model and inconsistencies between backends

2014-05-16 Thread Michael Goerz
On Fri, 16 May 2014, Eric Firing wrote: On 2014/05/16 4:41 PM, Michael Goerz wrote: While playing around for an afternoon with colors in matplotlib, I came across some inconsistencies. I was trying to define colors in sRGB (my understanding is that sRGB as a standardized color space is

[Matplotlib-users] How would you make a matplotlib chart span across an entire wxpython panel?

2014-05-16 Thread pythonpoison
Hi, I have placed a matplotlib on a wxpython panel, but the grey spaces around chart area won't diminish, no matter what I try. I tried using self.fig.subplots_adjust(left=0.1,right=0.0001,bottom=0.1,top=0.0001) and self.fig.tight_layout(pad=0.1) but neither of them worked.

Re: [Matplotlib-users] Using matplotlib with Django

2014-05-16 Thread Paul Tremblay
I use django and matplotlib quite a bit at my work. I can probably help you. It is pretty easy to set up with a few basics. I am actually thinking of contributing to the documentation on this. Unfortunately, my code is at work, so I can give the best concrete examples right now. However,