A Simple Example of histogram Using Range?

Hi Wayne,

The main entry point to the Matplotlib documentation is here
http://matplotlib.sourceforge.net/contents.html

To get a better understanding on how everything fit together, the best
place to start is with the pyplot tutorial
http://matplotlib.sourceforge.net/users/pyplot_tutorial.html It's
probably also a good idea to read this FAQ entry
http://matplotlib.sourceforge.net/faq/usage_faq.html#matplotlib-pylab-and-pyplot-how-are-they-related

Once you're comfortable with the concepts introduced in the above,
you'll find histogram plotting much easier to follow.

Cheers,
Scott

ยทยทยท

---------- Forwarded message ----------
From: Scott Sinclair <scott.sinclair.za@...287...>
Date: 2009/11/30
Subject: Re: [Matplotlib-users] A Simple Example of histogram Using Range?
To: Wayne Watson <sierra_mtnview@...209...>

2009/11/29 Wayne Watson <sierra_mtnview@...209...>:
So far matplotlib pretty much leaves the user on his own. Yes, there are
plenty of examples, but there seem to be no explanations about matters
like figure or show. No tutor on any of this I guess.