@@ -139,13 +139,13 @@ writing to a file):
139139Renderer Filetypes Description
140140======== ========= =======================================================
141141AGG png raster _ graphics -- high quality images using the
142- `Anti-Grain Geometry `_ engine
143- PDF pdf vector _ graphics -- `Portable Document Format `_
144- PS ps, eps vector _ graphics -- Postscript _ output
145- SVG svg vector _ graphics -- `Scalable Vector Graphics `_
146- PGF pgf, pdf vector _ graphics -- using the pgf _ package
142+ `Anti-Grain Geometry `_ engine.
143+ PDF pdf vector _ graphics -- `Portable Document Format `_ output.
144+ PS ps, eps vector _ graphics -- PostScript _ output.
145+ SVG svg vector _ graphics -- `Scalable Vector Graphics `_ output.
146+ PGF pgf, pdf vector _ graphics -- using the pgf _ package.
147147Cairo png, ps, raster _ or vector _ graphics -- using the Cairo _ library
148- pdf, svg
148+ pdf, svg (requires pycairo _ or cairocffi _).
149149======== ========= =======================================================
150150
151151To save plots using the non-interactive backends, use the
@@ -162,15 +162,15 @@ Backend Description
162162QtAgg Agg rendering in a Qt _ canvas (requires PyQt _ or `Qt for Python `_,
163163 a.k.a. PySide). This backend can be activated in IPython with
164164 ``%matplotlib qt ``.
165- ipympl Agg rendering embedded in a Jupyter widget. (requires ipympl _).
165+ ipympl Agg rendering embedded in a Jupyter widget (requires ipympl _).
166166 This backend can be enabled in a Jupyter notebook with
167167 ``%matplotlib ipympl ``.
168- GTK3Agg Agg rendering to a GTK _ 3.x canvas (requires PyGObject _,
169- and pycairo _ or cairocffi _ ). This backend can be activated in
170- IPython with ``%matplotlib gtk3 ``.
171- GTK4Agg Agg rendering to a GTK _ 4.x canvas (requires PyGObject _,
172- and pycairo _ or cairocffi _ ). This backend can be activated in
173- IPython with ``%matplotlib gtk4 ``.
168+ GTK3Agg Agg rendering to a GTK _ 3.x canvas (requires PyGObject _ and
169+ pycairo _). This backend can be activated in IPython with
170+ ``%matplotlib gtk3 ``.
171+ GTK4Agg Agg rendering to a GTK _ 4.x canvas (requires PyGObject _ and
172+ pycairo _). This backend can be activated in IPython with
173+ ``%matplotlib gtk4 ``.
174174macosx Agg rendering into a Cocoa canvas in OSX. This backend can be
175175 activated in IPython with ``%matplotlib osx ``.
176176TkAgg Agg rendering to a Tk _ canvas (requires TkInter _). This
@@ -180,10 +180,10 @@ nbAgg Embed an interactive figure in a Jupyter classic notebook. This
180180 ``%matplotlib notebook ``.
181181WebAgg On ``show() `` will start a tornado server with an interactive
182182 figure.
183- GTK3Cairo Cairo rendering to a GTK _ 3.x canvas (requires PyGObject _,
184- and pycairo _ or cairocffi _ ).
185- GTK4Cairo Cairo rendering to a GTK _ 4.x canvas (requires PyGObject _,
186- and pycairo _ or cairocffi _ ).
183+ GTK3Cairo Cairo rendering to a GTK _ 3.x canvas (requires PyGObject _ and
184+ pycairo _).
185+ GTK4Cairo Cairo rendering to a GTK _ 4.x canvas (requires PyGObject _ and
186+ pycairo _).
187187wxAgg Agg rendering to a wxWidgets _ canvas (requires wxPython _ 4).
188188 This backend can be activated in IPython with ``%matplotlib wx ``.
189189========= ================================================================
0 commit comments