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
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
---
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
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
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
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:
>
> >>>
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 =