@@ -164,12 +164,11 @@ others in web application servers to dynamically serve up graphs.
164164To support all of these use cases, matplotlib can target different
165165outputs, and each of these capabilities is called a backend; the
166166"frontend" is the user facing code, ie the plotting code, whereas the
167- "backend" does all the hard work behind-the-scenes to make the
168- figure. There are two types of backends: user interface backends (for
169- use in pygtk, wxpython, tkinter, qt4, macosx, or fltk; also
170- referred to as "interactive backends") and hardcopy backends to
171- make image files (PNG, SVG, PDF, PS; also referred to as "non-interactive
172- backends").
167+ "backend" does all the hard work behind-the-scenes to make the figure.
168+ There are two types of backends: user interface backends (for use in
169+ pygtk, wxpython, tkinter, qt4, or macosx; also referred to as
170+ "interactive backends") and hardcopy backends to make image files
171+ (PNG, SVG, PDF, PS; also referred to as "non-interactive backends").
173172
174173There are a two primary ways to configure your backend. One is to set
175174the ``backend `` parameter in your ``matplotlibrc `` file (see
@@ -267,9 +266,6 @@ WX Native :term:`wxWidgets` drawing to a :term:`wxWidgets` Canvas
267266 (not recommended) (requires wxPython _)
268267TkAgg Agg rendering to a :term: `Tk ` canvas (requires TkInter _)
269268Qt4Agg Agg rendering to a :term: `Qt4 ` canvas (requires PyQt4 _)
270- FLTKAgg Agg rendering to a :term: `FLTK ` canvas (requires pyFLTK _)
271- (not widely used; consider TKAgg, GTKAgg, WXAgg, or
272- QT4Agg instead)
273269macosx Cocoa rendering in OSX windows
274270 (presently lacks blocking show() behavior when matplotlib
275271 is in non-interactive mode)
@@ -287,7 +283,6 @@ macosx Cocoa rendering in OSX windows
287283.. _wxPython : http://www.wxpython.org/
288284.. _TkInter : http://wiki.python.org/moin/TkInter
289285.. _PyQt4 : http://www.riverbankcomputing.co.uk/software/pyqt/intro
290- .. _pyFLTK : http://pyfltk.sourceforge.net
291286
292287
293288
0 commit comments