[Tutor] Help me with graphs...using tkinter
Michael Lange
klappnase at freenet.de
Wed Nov 1 21:25:09 CET 2006
Hi Asrarahmed,
On Wed, 1 Nov 2006 16:16:31 +0000
"Asrarahmed Kadri" <ajkadri at googlemail.com> wrote:
> Hi folks,
>
> I want to draw bar-charts using Tkinter. I am not able to find material on
> this topic.
>
have a look at the Canvas widget and especially at its create_rectangle() method.
Documentation is here: <http://effbot.org/tkinterbook/>
I hope this helps
Michael
More information about the Tutor
mailing list