using NumPy for histogram plot

Fernando Pérez fperez528 at yahoo.com
Tue Apr 9 18:02:48 EDT 2002


Matt Monacelli wrote:

> I am trying to create a histogram plot of some data and am having a tough
> time with the Numeric documentation on how to do this.  I am running on a
> Windows machine (not Unix).  I am also trying to display this plot within a
> wxPython GUI app.  THanks for any help...
> 
> Matt

google(Konrad Hinsen Scientific Python)

It has a histogram implementation which is very nice. Incidentally, it can be 
plotted straight out with grace's grace.histoplot(), but I don't know if 
grace runs under Windows or not. But at least this will get you the 
histogram.

Cheers,

f



More information about the Python-list mailing list