Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions galleries/examples/user_interfaces/GALLERY_HEADER.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ following the embedding_in_SOMEGUI.py examples here. Currently
Matplotlib supports PyQt/PySide, PyGObject, Tkinter, and wxPython.

When embedding Matplotlib in a GUI, you must use the Matplotlib API
directly rather than the pylab/pyplot procedural interface, so take a
look at the examples/api directory for some example code working with
the API.
directly rather than the pylab/pyplot procedural interface. See
:ref:`api_interfaces` for an overview of Matplotlib's API interfaces.
Loading