Skip to content

Files

Latest commit

a2ed47f · Apr 7, 2015

History

History

user_interfaces

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 16, 2008
May 16, 2008
Oct 24, 2014
Oct 27, 2014
Oct 24, 2014
Oct 24, 2014
Nov 15, 2014
Dec 12, 2013
Oct 27, 2014
Aug 10, 2014
Nov 15, 2014
Nov 15, 2014
Nov 15, 2014
Nov 15, 2014
Nov 15, 2014
Sep 14, 2014
Nov 15, 2014
Oct 27, 2014
Oct 24, 2014
Nov 15, 2014
Nov 15, 2014
Oct 24, 2014
Jan 13, 2015
May 16, 2008
Oct 27, 2014
Jun 27, 2014
Oct 24, 2014
Apr 7, 2015
Nov 15, 2014
Oct 27, 2014
Oct 24, 2014
Nov 15, 2014
Nov 15, 2014
Nov 15, 2014
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.