@@ -357,12 +357,10 @@ def my_plotter(ax, data1, data2, param_dict):
357357# the concept of the renderer (the thing that actually does the drawing)
358358# from the canvas (the place where the drawing goes). The canonical
359359# renderer for user interfaces is ``Agg`` which uses the `Anti-Grain
360- # Geometry`_ C++ library to make a raster (pixel) image of the figure.
361- # All of the user interfaces except ``macosx`` can be used with
362- # agg rendering, e.g., ``WXAgg``, ``GTK3Agg``, ``QT4Agg``, ``QT5Agg``,
363- # ``TkAgg``. In addition, some of the user interfaces support other rendering
364- # engines. For example, with GTK+ 3, you can also select Cairo rendering
365- # (backend ``GTK3Cairo``).
360+ # Geometry`_ C++ library to make a raster (pixel) image of the figure; it
361+ # is used by the ``Qt5Agg``, ``Qt4Agg``, ``GTK3Agg``, ``wxAgg``, ``TkAgg``, and
362+ # ``macosx`` backends. An alternative renderer is based on the Cairo library,
363+ # used by ``Qt5Cairo``, ``Qt4Cairo``, etc.
366364#
367365# For the rendering engines, one can also distinguish between `vector
368366# <https://en.wikipedia.org/wiki/Vector_graphics>`_ or `raster
@@ -422,7 +420,7 @@ def my_plotter(ax, data1, data2, param_dict):
422420# Qt4Agg Agg rendering to a :term:`Qt4` canvas (requires PyQt4_ or
423421# ``pyside``). This backend can be activated in IPython with
424422# ``%matplotlib qt4``.
425- # WXAgg Agg rendering to a :term:`wxWidgets` canvas (requires wxPython_ 4).
423+ # wxAgg Agg rendering to a :term:`wxWidgets` canvas (requires wxPython_ 4).
426424# This backend can be activated in IPython with ``%matplotlib wx``.
427425# ========= ================================================================
428426#
0 commit comments