@@ -41,12 +41,19 @@ Matplotlib figures can be rendered to various user interfaces. See
41
41
:ref: `what-is-a-backend ` for more details on the optional Matplotlib backends
42
42
and the capabilities they provide.
43
43
44
- * Tk _ (>= 8.4, != 8.6.0 or 8.6.1) [# ]_: for the Tk-based backends.
44
+ * Tk _ (>= 8.4, != 8.6.0 or 8.6.1): for the Tk-based backends. Tk is part of
45
+ most standard Python installations, but it's not part of Python itself and
46
+ thus may not be present in rare cases.
45
47
* PyQt6 _ (>= 6.1), PySide6 _, PyQt5 _, or PySide2 _: for the Qt-based backends.
46
- * PyGObject _: for the GTK-based backends [# ]_.
48
+ * PyGObject _: for the GTK-based backends. If using pip (but not conda or system
49
+ package manager) PyGObject must be built from source; see `pygobject
50
+ documentation
51
+ <https://pygobject.readthedocs.io/en/latest/devguide/dev_environ.html> `_.
47
52
* pycairo _ (>= 1.11.0) or cairocffi _ (>= 0.8): for the GTK and/or cairo-based
48
53
backends.
49
- * wxPython _ (>= 4) [# ]_: for the wx-based backends.
54
+ * wxPython _ (>= 4): for the wx-based backends. If using pip (but not conda or
55
+ system package manager) on Linux wxPython wheels must be manually downloaded
56
+ from https://wxpython.org/pages/downloads/.
50
57
* Tornado _ (>=5): for the WebAgg backend.
51
58
* ipykernel _: for the nbagg backend.
52
59
* macOS (>=10.12): for the macosx backend.
@@ -63,13 +70,6 @@ and the capabilities they provide.
63
70
.. _Tornado : https://pypi.org/project/tornado/
64
71
.. _ipykernel : https://pypi.org/project/ipykernel/
65
72
66
- .. [# ] Tk is part of most standard Python installations, but it's not part of
67
- Python itself and thus may not be present in rare cases.
68
- .. [# ] If using pip (and not conda), PyGObject must be built from source; see
69
- https://pygobject.readthedocs.io/en/latest/devguide/dev_environ.html.
70
- .. [# ] If using pip (and not conda) on Linux, wxPython wheels must be manually
71
- downloaded from https://wxpython.org/pages/downloads/.
72
-
73
73
Animations
74
74
~~~~~~~~~~
75
75
0 commit comments