[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 te

Re: [Matplotlib-users] matplot crases because of XDG_CONFIG_HOME variable

2014-05-16 Thread Paul Tremblay
Thanks. New issue submitted. In my humble opinion, the creation of a home configuration directory should be optional, only implemented by an option from the command line. Otherwise, a small detail like creating a directory can cause major headaches. On Thu, May 15, 2014 at 4:43 PM, Paul Ivanov

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 pic

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 valu

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. Coul

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, basic