void-packages/srcpkgs/python3-matplotlib/files/README.voidlinux
Stefano Ragni 71d918cc7b python3-matplotlib: update to 3.2.1
Switch to upstream enforced data location
2020-06-20 14:53:30 +02:00

17 lines
572 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

By default, this package supports only non-interactive graphics output.
For interactive graphics, install:
- gtk+3 gir-freedesktop python3-gobject python3-cairocffi
(for GTK3Agg/GTK3Cairo backend)
- python3-PyQt5 (for Qt5Agg backend)
- python3-tkinter (for TkAgg backend)
- python3-tornado (for webagg backend)
The backend can be defined in $XDG_CONFIG_HOME/matplotlib/matplotlibrc
Natively, matplotlib only supports PNG images. Install python3-Pillow
to support more file formats.
Matplotlibs LaTeX support requires a working LaTeX installation and
ghostscript.