We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a2525 commit b25673cCopy full SHA for b25673c
doc/index.rst
@@ -43,9 +43,10 @@ Install
43
44
.. warning::
45
46
- The ``tkagg`` backend is not available because Python versions
47
- distributed by uv do not contain tk bindings that are usable by
48
- Matplotlib (see `this issue`_ for details). If you want Matplotlib
+ If you install Python with ``uv`` then the ``tkagg`` backend
+ will not be available because python-build-standalone (used by uv
+ to distribute Python) does not contain tk bindings that are usable by
49
+ Matplotlib (see `this issue`_ for details). If you want Matplotlib
50
to be able to display plots in a window, you should install one of
51
the other :ref:`supported GUI frameworks <optional_dependencies>`,
52
e.g.
0 commit comments