@@ -370,10 +370,10 @@ renderer for user interfaces is ``Agg`` which uses the `Anti-Grain
370
370
Geometry `_ C++ library to make a raster (pixel) image of the figure.
371
371
All of the user interfaces except ``macosx `` can be used with
372
372
agg rendering, e.g.,
373
- ``WXAgg ``, ``GTKAgg ``, ``QT4Agg ``, ``TkAgg ``. In
373
+ ``WXAgg ``, ``GTKAgg ``, ``QT4Agg ``, ``QT5Agg ``, `` TkAgg ``. In
374
374
addition, some of the user interfaces support other rendering engines.
375
375
For 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 ``).
377
377
378
378
For the rendering engines, one can also distinguish between `vector
379
379
<http://en.wikipedia.org/wiki/Vector_graphics> `_ or `raster
@@ -404,7 +404,7 @@ SVG :term:`svg` :term:`vector graphics` --
404
404
:term: `svg `
405
405
...
406
406
: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
408
408
:term: `tiff `
409
409
...
410
410
============= ============ ================================================
@@ -421,16 +421,17 @@ GTKAgg Agg rendering to a :term:`GTK` 2.x canvas (requires PyGTK_ and
421
421
pycairo _ or cairocffi _; Python2 only)
422
422
GTK3Agg Agg rendering to a :term: `GTK ` 3.x canvas (requires PyGObject _
423
423
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)
426
427
GTKCairo Cairo rendering to a :term: `GTK ` 2.x canvas (requires PyGTK _
427
428
and pycairo _ or cairocffi _; Python2 only)
428
429
GTK3Cairo Cairo rendering to a :term: `GTK ` 3.x canvas (requires PyGObject _
429
430
and pycairo _ or cairocffi _)
430
431
WXAgg Agg rendering to to a :term: `wxWidgets ` canvas
431
432
(requires wxPython _)
432
433
WX Native :term: `wxWidgets ` drawing to a :term: `wxWidgets ` Canvas
433
- (not recommended) (requires wxPython _)
434
+ (not recommended and deprecated in 2.0 ) (requires wxPython _)
434
435
TkAgg Agg rendering to a :term: `Tk ` canvas (requires TkInter _)
435
436
Qt4Agg Agg rendering to a :term: `Qt4 ` canvas (requires PyQt4 _ or ``pyside ``)
436
437
Qt5Agg Agg rendering in a :term: `Qt5 ` canvas (requires PyQt5 _)
0 commit comments