Menu

Tree [r7263] / branches / mathtex / 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 2009-04-29 jdh2358 [r7070] add masked array support to fill_between
 embedding_in_gtk2.py 2009-04-29 jdh2358 [r7070] add masked array support to fill_between
 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 2009-03-11 efiring [r6973] Merged revisions 6972 via svnmerge from
 embedding_in_wx3.py 2009-05-22 jdh2358 [r7132] Applied Tony's circle patch
 embedding_in_wx4.py 2009-03-11 efiring [r6973] Merged revisions 6972 via svnmerge from
 embedding_in_wx5.py 2009-03-11 efiring [r6973] Merged revisions 6972 via svnmerge from
 fourier_demo_wx.py 2009-01-16 jdh2358 [r6786] added Tom Krauss' wx fourier demo
 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.