tags:

views:

32

answers:

2

How can I create a histogram with TKinter and python ?

+1  A: 

this will help : http://effbot.org/tkinterbook/canvas.htm or http://infohost.nmt.edu/tcc/help/pubs/tkinter/canvas.html

jknair
@jknair So, I should build it by myself ? Isn't there a histogram widget ?
Patrick
yes u need to if ur using tkinter well there histogram widgets in other libraries : http://matplotlib.sourceforge.net/users/screenshots.html#histograms
jknair
A: 

I don't know any out-of-the-box histogram widget. You may have to write your own. You may be interested by the Widget Construction Kit to help you in this task.

luc