awips2/pythonPackages/matplotlib/examples/user_interfaces
root 06a8b51d6d Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00
..
embedding_in_gtk.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
embedding_in_gtk2.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
embedding_in_gtk3.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
embedding_in_qt.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
embedding_in_qt4.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
embedding_in_tk.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
embedding_in_tk2.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
embedding_in_wx2.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
embedding_in_wx3.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
embedding_in_wx4.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
embedding_in_wx5.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
fourier_demo_wx.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
gtk_spreadsheet.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
histogram_demo_canvasagg.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
interactive.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
interactive2.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
lineprops_dialog_gtk.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
mathtext_wx.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
mpl_with_glade.glade Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
mpl_with_glade.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
printing_in_wx.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
pylab_with_gtk.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
README.txt Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
README.wx Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
rec_edit_gtk_custom.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
rec_edit_gtk_simple.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
wxcursor_demo.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00

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.