drawing graphs in python

RS Solutions richard_chamberlain at ntlworld.com
Tue Jun 6 10:58:23 EDT 2000


There is an extension to Tkinter called Blt which has some graphing stuff,
look at:

http://www.ifi.uio.no/~hpl/Pmw.Blt/doc/

which is a tutorial on using the Pmw.Blt wrapper.

Of course if you don't know Tkinter then I recommend purchasing a book - in
Python and Tkinter programming by John Grayson there is a chapter on graphs.

Richard


Drew Fisher <drew at level3.nospam.net> wrote in message
news:393d0c07$0$17334 at news.denver1.Level3.net...
> Hello.  I am still learning Python, but I came across a need for
generating
> dynamic graphs (network load average, uptime, boring stuff like this :).
>
> Is the a module in Python that allows this?  If so, could someone point me
> to it?
>
> Thanks in advance,
> Andrew Fisher
>
>





More information about the Python-list mailing list