Contributed example

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 <gokhansever@...149...>
Subject: Re: [matplotlib-devel] Contributed example
To: Nicolas Rougier <Nicolas.Rougier@...922...>
Cc: matplotlib development list
<matplotlib-devel@lists.sourceforge.net>
Message-ID:
<CAE5kuyjdBJaHKjxeCJjK+PCuU0oomihcffJ-aiHoU24GFL-E_A@...150...>
Content-Type: text/plain; charset="utf-8"

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 <Nicolas.Rougier@...980....>wrote:

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 know if it's worth adding it to examples ?

Nicolas

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

--
G?khan
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2

------------------------------

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

End of Matplotlib-devel Digest, Vol 62, Issue 3
***********************************************

Thanks.

Here is another try inspired from:
http://www.nytimes.com/imagepages/2007/07/29/health/29cancer.graph.web.html

Results
http://www.loria.fr/~rougier/tmp/diseases.png

By the way, the matplotlib gallery (from the website) is incredibly useful when you need to know how to do something quickly, but the lack of organization in the different figures make search sometimes difficult. Maybe a rough structure (1D/2D/3D, plot/bars/imshow ...) in the examples could be even more useful as well as carefully choosing relevant examples (for example, the filledmarker_demo produces 12 figures that are more or less the same) ?

Nicolas

Here is the script:

diseases-pylab.py (6.63 KB)

Another one about radar chart:

http://www.loria.fr/~rougier/tmp/radar-chart.png

http://www.loria.fr/~rougier/tmp/radar-chart.py

Nicolas

···

On Jul 9, 2011, at 4:30 PM, Nicolas Rougier wrote:

Thanks.

Here is another try inspired from:
http://www.nytimes.com/imagepages/2007/07/29/health/29cancer.graph.web.html

Results
http://www.loria.fr/~rougier/tmp/diseases.png

By the way, the matplotlib gallery (from the website) is incredibly useful when you need to know how to do something quickly, but the lack of organization in the different figures make search sometimes difficult. Maybe a rough structure (1D/2D/3D, plot/bars/imshow ...) in the examples could be even more useful as well as carefully choosing relevant examples (for example, the filledmarker_demo produces 12 figures that are more or less the same) ?

Nicolas

Here is the script:

<diseases-pylab.py>

On Jul 9, 2011, at 8:45 AM, Chris Petrich wrote:

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 <gokhansever@...149...>
Subject: Re: [matplotlib-devel] Contributed example
To: Nicolas Rougier <Nicolas.Rougier@...922...>
Cc: matplotlib development list
      <matplotlib-devel@lists.sourceforge.net>
Message-ID:
      <CAE5kuyjdBJaHKjxeCJjK+PCuU0oomihcffJ-aiHoU24GFL-E_A@...150...>
Content-Type: text/plain; charset="utf-8"

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 <Nicolas.Rougier@...982......>wrote:

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 know if it's worth adding it to examples ?

Nicolas

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

--
G?khan
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2

------------------------------

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

End of Matplotlib-devel Digest, Vol 62, Issue 3
***********************************************

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

And the last one:

http://www.loria.fr/~rougier/tmp/circle.png

http://www.loria.fr/~rougier/tmp/circle.py

showing some precise text manipulation (but it is quite slow to display because of the interactive mode. I do not know if it can be made faster).

Nicolas

···

On Jul 11, 2011, at 9:33 AM, Nicolas Rougier wrote:

Another one about radar chart:

http://www.loria.fr/~rougier/tmp/radar-chart.png

http://www.loria.fr/~rougier/tmp/radar-chart.py

Nicolas

On Jul 9, 2011, at 4:30 PM, Nicolas Rougier wrote:

Thanks.

Here is another try inspired from:
http://www.nytimes.com/imagepages/2007/07/29/health/29cancer.graph.web.html

Results
http://www.loria.fr/~rougier/tmp/diseases.png

By the way, the matplotlib gallery (from the website) is incredibly useful when you need to know how to do something quickly, but the lack of organization in the different figures make search sometimes difficult. Maybe a rough structure (1D/2D/3D, plot/bars/imshow ...) in the examples could be even more useful as well as carefully choosing relevant examples (for example, the filledmarker_demo produces 12 figures that are more or less the same) ?

Nicolas

Here is the script:

<diseases-pylab.py>

On Jul 9, 2011, at 8:45 AM, Chris Petrich wrote:

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 <gokhansever@...149...>
Subject: Re: [matplotlib-devel] Contributed example
To: Nicolas Rougier <Nicolas.Rougier@...922...>
Cc: matplotlib development list
     <matplotlib-devel@lists.sourceforge.net>
Message-ID:
     <CAE5kuyjdBJaHKjxeCJjK+PCuU0oomihcffJ-aiHoU24GFL-E_A@...150...>
Content-Type: text/plain; charset="utf-8"

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 <Nicolas.Rougier@...983...2...>wrote:

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 know if it's worth adding it to examples ?

Nicolas

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

--
G?khan
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2

------------------------------

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

End of Matplotlib-devel Digest, Vol 62, Issue 3
***********************************************

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options