Graphs/statistics using wxPython

Robert Kern rkern at ucsd.edu
Wed Jun 29 14:13:36 EDT 2005


Jan Danielsson wrote:
> Hello all,
> 
>    I wanted to plot some statistics, so I wrote a simple wxPython class
> to do it. Then I realized that I would like to draw bar graphs, so I
> added that too.
> 
>    Since I'm a complete Python newbie, I haven't done much of it the
> "Python way", I suspect. So, I'm wondering if someone would like to show
> me some of the tricks I should have used.

Trick #1:

import matplotlib

;-)

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the Python-list mailing list