开发者

TKinter: how to create a histogram?

开发者 https://www.devze.com 2023-01-19 23:25 出处:网络
How can I 开发者_运维知识库create a histogram with TKinter and python ?this will help : http://effbot.org/tkinterbook/canvas.htm or http://infohost.nmt.edu/tcc/help/pubs/tkinter/canvas.htmlI don\'t kn

How can I 开发者_运维知识库create a histogram with TKinter and python ?


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消