@@ -139,13 +139,13 @@ writing to a file):
139
139
Renderer Filetypes Description
140
140
======== ========= =======================================================
141
141
AGG 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.
147
147
Cairo png, ps, raster _ or vector _ graphics -- using the Cairo _ library
148
- pdf, svg
148
+ pdf, svg (requires pycairo _ or cairocffi _).
149
149
======== ========= =======================================================
150
150
151
151
To save plots using the non-interactive backends, use the
@@ -162,15 +162,15 @@ Backend Description
162
162
QtAgg Agg rendering in a Qt _ canvas (requires PyQt _ or `Qt for Python `_,
163
163
a.k.a. PySide). This backend can be activated in IPython with
164
164
``%matplotlib qt ``.
165
- ipympl Agg rendering embedded in a Jupyter widget. (requires ipympl _).
165
+ ipympl Agg rendering embedded in a Jupyter widget (requires ipympl _).
166
166
This backend can be enabled in a Jupyter notebook with
167
167
``%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 ``.
174
174
macosx Agg rendering into a Cocoa canvas in OSX. This backend can be
175
175
activated in IPython with ``%matplotlib osx ``.
176
176
TkAgg Agg rendering to a Tk _ canvas (requires TkInter _). This
@@ -180,10 +180,10 @@ nbAgg Embed an interactive figure in a Jupyter classic notebook. This
180
180
``%matplotlib notebook ``.
181
181
WebAgg On ``show() `` will start a tornado server with an interactive
182
182
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 _).
187
187
wxAgg Agg rendering to a wxWidgets _ canvas (requires wxPython _ 4).
188
188
This backend can be activated in IPython with ``%matplotlib wx ``.
189
189
========= ================================================================
0 commit comments