Re: Plotter widget for Tkinter needed

Gustavo Rodriguez-Rivera (grr@cs.purdue.edu)
11 Apr 1995 15:19:07 -0500

>I am currently working on a Python(+C) program to display, analyze etc.
>experimental data. The data files consist of ~250 wavelength / intensity
>pairs arranged in columns. The Canvas widget of the Tk toolkit appears to
>be hopelessly inadequate for displaying a graph made from (the relatively
>modest) number of 250 points. It is also extremely cumbersome to use for
>that purpose. Does anyone out there know of an extension to Tk (and
>Tkinter) which was designed for plotting data? Any pointer would be *very*
>much appreciated.

Try
"http://www.cs.purdue.edu/homes/grr/PlotEquation.py" and
"http://www.cs.purdue.edu/homes/grr/PlotList.py"

--Gustavo