I agree, very instructional example.
As for the width of the tick lines, line 78
line.set_linewidth(1)
should probably read
line.set_markeredgewidth(1)
though.
Chris
> Date: Fri, 8 Jul 2011 16:18:52 -0600
> From: G?khan Sever
> Subject: Re: [matplotlib-devel] Contributed example
> To: Ni
On Sun, Jun 26, 2011 at 9:05 PM, Benjamin Root wrote:
> On Sunday, June 26, 2011, Warren Weckesser
> wrote:
> >
> >
> > On Sun, Jun 26, 2011 at 7:44 PM, Benjamin Root wrote:
> >
> >
> > On Sunday, June 26, 2011, Carl Karsten wrote:
> >> http://matplotlib.sourceforge.net/examples/api/radar_char
I think this illustration deserves its places amongst the mpl gallery
--probably somewhere towards the very beginning.
Thanks for the well documented code Nicolas.
On Fri, Jul 8, 2011 at 2:09 AM, Nicolas Rougier wrote:
>
>
> Hi,
>
>
> I've been playing with matplotlib to check if it can produce g
On Friday, July 8, 2011, Maximilian Trescher wrote:
> Hi,
>
>> I would avoid drange because
>> I believe numpy will soon be implementing such a function and I
>> wouldn't want the possible confusion that comes from that.
>
> what do you mean with "avoiding drange"? You wouldn't use it in your
> co
Hi,
I've been playing with matplotlib to check if it can produce graphics like:
http://www.thebuzzmedia.com/wp-content/uploads/2010/03/anandtech-nvidia-geforce-480-ati-benchmark2.png
Here is the result:
http://www.loria.fr/~rougier/tmp/benchmark.png
and the script (as attachment)
I do not