[Matplotlib-users] ANN: mplcairo 0.3 release

Antony Lee anntzer.lee at gmail.com
Sun May 3 16:35:45 EDT 2020


Dear all,

I am pleased to announce the release of mplcairo 0.3.

mplcairo is a Matplotlib backend based on the well-known cairo library,
supporting output to both raster (including interactively) and vector
formats.  In other words, it provides the functionality of Matplotlib's
{,qt5,gtk3,wx,tk,macos}{agg,cairo}, pdf, ps, and svg backends.

Per Matplotlib's standard API, the backend can be selected by calling

    matplotlib.use("module://mplcairo.qt")

or setting your MPLBACKEND environment variable to `module://mplcairo.qt`
for Qt5, and similarly for other toolkits.

mplcairo 0.3 adds support for OpenType font features (see
`examples/opentype_features.py`), pdftex.map font effects, simplifications
to the build, and as well as the usual bugfixes over 0.2.

Enjoy,

Antony Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20200503/e0b05fad/attachment.html>


More information about the Matplotlib-users mailing list