@@ -150,32 +150,46 @@ depends on a DPI setting.
150150Here is a summary of the matplotlib renderers (there is an eponymous
151151backed for each):
152152
153- ======== ====================== ======================================================================================
154- Renderer Filetypes Description
155- ======== ====================== ======================================================================================
156- AGG png :term: `raster graphics ` -- high quality images using the `Anti-Grain Geometry `_ engine
157- PS ps, eps :term: `vector graphics ` -- Postscript _ output
158- PDF pdf :term: `vector graphics ` -- `Portable Document Format `_
159- SVG svg :term: `vector graphics ` -- `Scalable Vector Graphics `_
160- Cairo png, ps, pdf, svn, ... :term: `vector graphics ` -- `Cairo graphics `_
161- GDK png, jpg, tiff, ... :term: `raster graphics ` -- the `Gimp Drawing Kit `_ for GTK
162- ======== ====================== ======================================================================================
153+ ============= ============ ================================================
154+ Renderer Filetypes Description
155+ ============= ============ ================================================
156+ :term: `AGG ` :term: `png ` :term: `raster graphics ` -- high quality images
157+ using the `Anti-Grain Geometry `_ engine
158+ PS :term: `ps ` :term: `vector graphics ` -- Postscript _ output
159+ :term: `eps `
160+ PDF :term: `pdf ` :term: `vector graphics ` --
161+ `Portable Document Format `_
162+ SVG :term: `svg ` :term: `vector graphics ` --
163+ `Scalable Vector Graphics `_
164+ :term: `Cairo ` :term: `png ` :term: `vector graphics ` --
165+ :term: `ps ` `Cairo graphics `_
166+ :term: `pdf `
167+ :term: `svg `
168+ ...
169+ :term: `GDK ` :term: `png ` :term: `raster graphics ` --
170+ :term: `jpg ` the `Gimp Drawing Kit `_
171+ :term: `tiff `
172+ ...
173+ ============= ============ ================================================
163174
164175And here are the user interfaces and renderer combinations supported:
165176
166- ============ =====================================================================================
177+ ============ ================================================================
167178Backend Description
168- ============ =====================================================================================
169- GTKAgg Agg rendering to a GTK canvas (requires PyGTK _)
170- GTK GDK rendering to a GTK canvas (not recommended) (requires PyGTK _)
171- GTKCairo Cairo rendering to a GTK Canvas (requires PyGTK _)
172- WXAgg Agg rendering to to a wxWidgets canvas (requires wxPython _)
173- WX Native wxWidgets drawing to a wxWidgets Canvas (not recommended) (requires wxPython _)
174- TkAgg Agg rendering to a Tk canvas (requires TkInter _)
175- QtAgg Agg rendering to a Qt canvas (requires PyQt _)
176- Qt4Agg Agg rendering to a Qt4 canvas (requires PyQt4 _)
177- FLTKAgg Agg rendering to a FLTK canvas (requires pyFLTK _)
178- ============ =====================================================================================
179+ ============ ================================================================
180+ GTKAgg Agg rendering to a :term: `GTK ` canvas (requires PyGTK _)
181+ GTK GDK rendering to a :term: `GTK ` canvas (not recommended)
182+ (requires PyGTK _)
183+ GTKCairo Cairo rendering to a :term: `GTK ` Canvas (requires PyGTK _)
184+ WXAgg Agg rendering to to a :term: `wxWidgets ` canvas
185+ (requires wxPython _)
186+ WX Native :term: `wxWidgets ` drawing to a :term: `wxWidgets ` Canvas
187+ (not recommended) (requires wxPython _)
188+ TkAgg Agg rendering to a :term: `Tk ` canvas (requires TkInter _)
189+ QtAgg Agg rendering to a :term: `Qt ` canvas (requires PyQt _)
190+ Qt4Agg Agg rendering to a :term: `Qt4 ` canvas (requires PyQt4 _)
191+ FLTKAgg Agg rendering to a :term: `FLTK ` canvas (requires pyFLTK _)
192+ ============ ================================================================
179193
180194.. _`Anti-Grain Geometry` : http://www.antigrain.com/
181195.. _Postscript : http://en.wikipedia.org/wiki/PostScript
0 commit comments