@@ -370,10 +370,10 @@ renderer for user interfaces is ``Agg`` which uses the `Anti-Grain
370370Geometry `_ C++ library to make a raster (pixel) image of the figure.
371371All of the user interfaces except ``macosx `` can be used with
372372agg rendering, e.g.,
373- ``WXAgg ``, ``GTKAgg ``, ``QT4Agg ``, ``TkAgg ``. In
373+ ``WXAgg ``, ``GTKAgg ``, ``QT4Agg ``, ``QT5Agg ``, `` TkAgg ``. In
374374addition, some of the user interfaces support other rendering engines.
375375For example, with GTK, you can also select GDK rendering (backend
376- ``GTK ``) or Cairo rendering (backend ``GTKCairo ``).
376+ ``GTK `` deprecated in 2.0 ) or Cairo rendering (backend ``GTKCairo ``).
377377
378378For the rendering engines, one can also distinguish between `vector
379379<http://en.wikipedia.org/wiki/Vector_graphics> `_ or `raster
@@ -404,7 +404,7 @@ SVG :term:`svg` :term:`vector graphics` --
404404 :term: `svg `
405405 ...
406406:term: `GDK ` :term: `png ` :term: `raster graphics ` --
407- :term: `jpg ` the `Gimp Drawing Kit `_
407+ :term: `jpg ` the `Gimp Drawing Kit `_ Deprecated in 2.0
408408 :term: `tiff `
409409 ...
410410============= ============ ================================================
@@ -421,16 +421,17 @@ GTKAgg Agg rendering to a :term:`GTK` 2.x canvas (requires PyGTK_ and
421421 pycairo _ or cairocffi _; Python2 only)
422422GTK3Agg Agg rendering to a :term: `GTK ` 3.x canvas (requires PyGObject _
423423 and pycairo _ or cairocffi _)
424- GTK GDK rendering to a :term: `GTK ` 2.x canvas (not recommended)
425- (requires PyGTK _ and pycairo _ or cairocffi _; Python2 only)
424+ GTK GDK rendering to a :term: `GTK ` 2.x canvas (not recommended and d
425+ eprecated in 2.0) (requires PyGTK _ and pycairo _ or cairocffi _;
426+ Python2 only)
426427GTKCairo Cairo rendering to a :term: `GTK ` 2.x canvas (requires PyGTK _
427428 and pycairo _ or cairocffi _; Python2 only)
428429GTK3Cairo Cairo rendering to a :term: `GTK ` 3.x canvas (requires PyGObject _
429430 and pycairo _ or cairocffi _)
430431WXAgg Agg rendering to to a :term: `wxWidgets ` canvas
431432 (requires wxPython _)
432433WX Native :term: `wxWidgets ` drawing to a :term: `wxWidgets ` Canvas
433- (not recommended) (requires wxPython _)
434+ (not recommended and deprecated in 2.0 ) (requires wxPython _)
434435TkAgg Agg rendering to a :term: `Tk ` canvas (requires TkInter _)
435436Qt4Agg Agg rendering to a :term: `Qt4 ` canvas (requires PyQt4 _ or ``pyside ``)
436437Qt5Agg Agg rendering in a :term: `Qt5 ` canvas (requires PyQt5 _)
0 commit comments