@@ -432,23 +432,23 @@ def my_plotter(ax, data1, data2, param_dict):
432
432
# ``%matplotlib notebook``.
433
433
# WebAgg On ``show()`` will start a tornado server with an interactive
434
434
# figure.
435
- # Qt5Cairo Cairo rendering in a :term:`Qt5` canvas (requires PyQt5_ and
436
- # cairocffi_).
435
+ # Qt5Cairo Cairo rendering in a :term:`Qt5` canvas (requires PyQt5_, and
436
+ # pycairo_ or cairocffi_).
437
437
# GTK3Cairo Cairo rendering to a :term:`GTK` 3.x canvas (requires PyGObject_,
438
438
# and pycairo_ or cairocffi_).
439
439
# Qt4Agg Agg rendering to a :term:`Qt4` canvas (requires PyQt4_ or
440
440
# ``pyside``). This backend can be activated in IPython with
441
441
# ``%matplotlib qt4``.
442
- # Qt4Cairo Cairo rendering in a :term:`Qt5 ` canvas (requires PyQt5_ and
443
- # cairocffi_).
442
+ # Qt4Cairo Cairo rendering in a :term:`Qt4 ` canvas (requires PyQt4_, and
443
+ # pycairo_ or cairocffi_).
444
444
# GTKAgg Agg rendering to a :term:`GTK` 2.x canvas (requires PyGTK_, and
445
445
# pycairo_ or cairocffi_; Python2 only). This backend can be
446
446
# activated in IPython with ``%matplotlib gtk``.
447
447
# GTKCairo Cairo rendering to a :term:`GTK` 2.x canvas (requires PyGTK_,
448
448
# and pycairo_ or cairocffi_; Python2 only).
449
449
# WXAgg Agg rendering to a :term:`wxWidgets` canvas (requires wxPython_;
450
450
# v4.0 (in beta) is required for Python3). This backend can be
451
- # activated in IPython with ``%matplotlib wx``.
451
+ # activated in IPython with ``%matplotlib wx``.#
452
452
# ========= ================================================================
453
453
#
454
454
# .. _`Anti-Grain Geometry`: http://antigrain.com/
0 commit comments