implementing pygtk and matplotlib together -


i want write program plot different graphs user input. know how use pygtk , matplotlib. there ways me implement these 2 module create such kind of programs? if not, should use? heard pygtk not common anymore. module popular among all(for writing gui)?

you should not use pygtk anymore, newer gtk+-api called pygobject. have tutorials here:

and program written same way:


Comments

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -