Best way to use Python to make 2d XY scatter graphs? Will TKinter do it?

Stan Graves soundinmotiondj at yahoo.com
Wed Oct 22 14:20:50 EDT 2003


enoch at gmx.net (enoch) wrote in message news:<ad02da8c.0310220331.3af4be23 at posting.google.com>...
> Since this hasn't been mentioned, there's a gnuplot binding for
> python. I have used it successfully and without any speed problems for
> scatter plots with > 20000 points, and it gives you the added benefit
> to play around with the graphs in gnuplot itself.

I'll second that.  Gnuplot is THE plotter to have on hand, if you can
only have one plotter on hand...

There is a handy tool to tie python to gnuplot...

  http://gnuplot-py.sourceforge.net/

--Stan Graves
stan at SoundInMotionDJ.com
http://www.SoundInMotionDJ.com




More information about the Python-list mailing list