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

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -