Re: [Matplotlib-users] Histogram Examples

2008-11-24 Thread Michael Droettboom
Can you be more specific about what you would like to know? I'm happy to help. Mike Ron Brennan wrote: > Hello, > > Does anyone know where I can find some histogram examples. The ones > with the documentation are not as self-explanatory as I would have liked. > > I'm not a mathematician and I

[Matplotlib-users] Histogram Examples

2008-11-19 Thread Ron Brennan
Hello, Does anyone know where I can find some histogram examples. The ones with the documentation are not as self-explanatory as I would have liked. I'm not a mathematician and I am struggling to understand the math behind the magic. Can anyone help? Thanks, Ron ---

Re: [Matplotlib-users] histogram examples?

2008-11-12 Thread Michael Hannon
On Tue, Nov 11, 2008 at 08:52:15AM -1000, Eric Firing wrote: . . . > >Hi, Eric. I'm using the packages provided by Fedora: > > > >numpy.x86_64 1.2.0-1.fc9 > >python-matplotlib.x86_64 0.91.4-1.fc9 > > > >It appears that numpy is reasonably up-to-d

Re: [Matplotlib-users] histogram examples?

2008-11-11 Thread Eric Firing
Michael Hannon wrote: > On Tue, Nov 11, 2008 at 07:13:46AM -1000, Eric Firing wrote: >> Michael Hannon wrote: >>> Greetings. I need to make some histograms from within a Python program, >>> and I noticed that Matplotlib, which I've never used before, appears to >>> have that capability. >>> >>> At

Re: [Matplotlib-users] histogram examples?

2008-11-11 Thread Michael Hannon
On Tue, Nov 11, 2008 at 07:13:46AM -1000, Eric Firing wrote: > Michael Hannon wrote: > >Greetings. I need to make some histograms from within a Python program, > >and I noticed that Matplotlib, which I've never used before, appears to > >have that capability. > > > >At: > >http://matplotlib.so

Re: [Matplotlib-users] histogram examples?

2008-11-11 Thread Eric Firing
Michael Hannon wrote: > Greetings. I need to make some histograms from within a Python program, > and I noticed that Matplotlib, which I've never used before, appears to > have that capability. > > At: > http://matplotlib.sourceforge.net/ > > I see the following simple example: > > >>>

[Matplotlib-users] histogram examples?

2008-11-11 Thread Michael Hannon
Greetings. I need to make some histograms from within a Python program, and I noticed that Matplotlib, which I've never used before, appears to have that capability. At: http://matplotlib.sourceforge.net/ I see the following simple example: >>> from pylab import randn, hist >>> x =