|
||
---|---|---|
.. | ||
embedding_in_gtk.py | ||
embedding_in_gtk2.py | ||
embedding_in_gtk3.py | ||
embedding_in_qt.py | ||
embedding_in_qt4.py | ||
embedding_in_tk.py | ||
embedding_in_tk2.py | ||
embedding_in_wx2.py | ||
embedding_in_wx3.py | ||
embedding_in_wx4.py | ||
embedding_in_wx5.py | ||
fourier_demo_wx.py | ||
gtk_spreadsheet.py | ||
histogram_demo_canvasagg.py | ||
interactive.py | ||
interactive2.py | ||
lineprops_dialog_gtk.py | ||
mathtext_wx.py | ||
mpl_with_glade.glade | ||
mpl_with_glade.py | ||
printing_in_wx.py | ||
pylab_with_gtk.py | ||
README.txt | ||
README.wx | ||
rec_edit_gtk_custom.py | ||
rec_edit_gtk_simple.py | ||
wxcursor_demo.py |
Embedding matplotlib in graphical user interfaces ================================================= You can embed matplotlib directly into a user interface application by following the embedding_in_SOMEGUI.py examples here. Currently matplotlib supports wxpython, pygtk, tkinter, pyqt, fltk and cocoa. When embedding matplotlib in a GUI, you must use the matplotlib API directly rather than the pylab/pyplot proceedural interface, so take a look at the examples/api directory for some example code working with the API.