Area chart?

Hi,

Can anyone help me to find how to draw an area chart (something like
http://commons.wikimedia.org/wiki/File:Browser_Wars.png ) with MPL?
Googling and the MPL gallery didn't help.

thanks!

m.

Hi,

I think fill_between is what you are looking for:

http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.fill_between
or
http://matplotlib.sourceforge.net/examples/pylab_examples/fill_between_demo.html

best regards Matthias

ยทยทยท

On Wednesday 26 August 2009 17:03:20 ms wrote:

Hi,

Can anyone help me to find how to draw an area chart (something like
File:Browser Wars (en).png - Wikimedia Commons ) with MPL?
Googling and the MPL gallery didn't help.

thanks!

m.