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