Menu

Tree [r5884] / trunk / matplotlib / examples / user_interfaces /
 History

HTTPS access


File Date Author Commit
 README.txt 2008-05-16 jdh2358 [r5158] added a few example specific readmes
 README.wx 2008-05-16 jdh2358 [r5151] reorganized examples
 embedding_in_gtk.py 2008-05-16 jdh2358 [r5151] reorganized examples
 embedding_in_gtk2.py 2008-06-05 jdh2358 [r5395] some fixes for classic toolbar
 embedding_in_gtk3.py 2008-05-16 jdh2358 [r5151] reorganized examples
 embedding_in_qt.py 2008-05-16 jdh2358 [r5151] reorganized examples
 embedding_in_qt4.py 2008-05-16 jdh2358 [r5151] reorganized examples
 embedding_in_tk.py 2008-05-16 jdh2358 [r5151] reorganized examples
 embedding_in_tk2.py 2008-05-16 jdh2358 [r5151] reorganized examples
 embedding_in_wx2.py 2008-06-24 jdh2358 [r5658] removed plain vnilla wx example; use wxagg instead
 embedding_in_wx3.py 2008-07-24 pkienzle [r5841] locate xrc file relative to script
 embedding_in_wx4.py 2008-06-24 jdh2358 [r5667] tagging 98.2
 gtk_spreadsheet.py 2008-05-16 jdh2358 [r5151] reorganized examples
 histogram_demo_canvasagg.py 2008-05-16 jdh2358 [r5151] reorganized examples
 interactive.py 2008-05-18 jdh2358 [r5187] moved a few more examples to their proper home
 interactive2.py 2008-05-18 jdh2358 [r5187] moved a few more examples to their proper home
 lineprops_dialog_gtk.py 2008-05-18 jdh2358 [r5187] moved a few more examples to their proper home
 mathtext_wx.py 2008-06-17 mdboom [r5577] Align inline mathtext correctly in HTML docs (b...
 mpl_with_glade.glade 2008-05-16 jdh2358 [r5151] reorganized examples
 mpl_with_glade.py 2008-05-16 jdh2358 [r5151] reorganized examples
 printing_in_wx.py 2008-05-16 jdh2358 [r5151] reorganized examples
 pylab_with_gtk.py 2008-05-18 jdh2358 [r5187] moved a few more examples to their proper home
 rec_edit_gtk_custom.py 2008-05-16 jdh2358 [r5151] reorganized examples
 rec_edit_gtk_simple.py 2008-05-16 jdh2358 [r5151] reorganized examples
 wxcursor_demo.py 2008-05-16 jdh2358 [r5151] reorganized examples

Read Me

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.