Widget for plotting graphs?

Grayson, John John.Grayson at GD-CS.COM
Wed Apr 12 10:13:40 EDT 2000


>> Bruce Wolk wrote:
>>
>> I am exploring Tkinter and Pmw and wondering whether anyone has created
>> a widget for graphing points and functions. Also, is there a way to
>> place one pixel (i.e., a point) on a Canvas widget? Thanks.
>>

Take a look at http://www.manning.com/Grayson/Chapters.html

In the sample chapter 11, you'll find a graph widget derived from
one written by Konrad Hinsen. I've used this for quite a number
of applications... It does line plots, bargraphs and pie charts.

    John Grayson




More information about the Python-list mailing list