./graphics/py-matplotlib, Matlab-style plotting package for Python

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 3.11.2, Package name: py313-matplotlib-3.11.2, Maintainer: pkgsrc-users

matplotlib is a pure python plotting library designed to bring
publication quality plotting to python with a syntax familiar to
matlab users. A lot progress towards this goal has been made since
the first release of matplotlib, the library does produce high quality
2D plots. All of the plotting commands can be accessed either via a
functional interface familiar to matlab users or an object oriented
interface familiar to python users, and several high resolution output
formats are supported.

Tutorial: https://matplotlib.org/users/tutorials.html


Required to run:
[graphics/freetype2] [graphics/png] [graphics/py-cairo] [devel/py-setuptools] [time/py-dateutil] [math/py-numpy] [devel/py-pyparsing] [graphics/py-Pillow] [graphics/py-cycler] [math/py-kiwisolver] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 31895.127 KB

Version history: (Expand)


CVS history: (Expand)


   2026-09-13 15:10:40 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-matplotlib: update to 3.11.2.

This release contains several bug-fixes and adjustments:

    Speed up RGBA-stage image resampling
    Fix hexbin clipping in PDF output
    Fix \text with internal braces
    Fix some crashes and make some checks more robust to unlikely cases
    Fix frame skew when saving GIF animations with PillowWriter
    Fix HiDPI handling in Qt toolbar and WebAgg embeddings
    Fix ResizeEvent handling for TextBox
    Fix bug with PGF hatch linewidth and color
    Fix a bug with drawing an empty Collection
    Fix incorrect glyphs in Cairo backends
    Improve build system to prevent conflicts between wheels and system libraries
   2026-09-02 21:05:38 by Thomas Klausner | Files touched by this commit (3127)
Log message:
*: recursive bump for pcre2 10.48
   2026-07-22 10:29:29 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-matplotlib: updated to 3.11.1

3.11.1
Bug fixes
   2026-06-30 12:18:27 by Ryo ONODERA | Files touched by this commit (2)
Log message:
graphics/py-matplotlib: Fix build under NetBSD/amd64 11.99.6 at least

* C function abs() returns int value and it causes fingerprint mismatch
  of std:clamp() C++ function. Use std:abs() for C++ instead.
   2026-06-29 13:25:19 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-matplotlib: updated to 3.11.0

3.11.0

The largest change within this release is a complete overhaul of text and font
processing. Through the use of libraqm, HarfBuzz, SheenBidi, and an updated
release of FreeType, all text should now support modern font features, enabling
full internationalization in all languages. Not all features of these libraries
are supported yet, but we expect this work to enable further improvements in an
easier manner.

Outside of text handling, there are several improvements to 3D Axes,
performance, new accessible colour sequences, flexible figure management, and
more. See the release notes for more information.
   2026-06-28 17:41:51 by Thomas Klausner | Files touched by this commit (364)
Log message:
*: limit Python versions due to py-numpy dropping Python 3.11 support
   2026-05-12 07:10:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-matplotlib: updated to 3.10.9

3.10.9

This is a micro release of the v3.10.x series.
Highlights of this release include:

Various minor bug and doc fixes
Security hardening validation of cyclers - Removing eval usage
Security hardening in Latex and PS calls - Removing shell escapes
   2025-12-11 10:43:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-matplotlib: updated to 3.10.8

3.10.8

This is a bugfix release in the 3.10.x series.

The primary highlights of this release are:

Properly allow freethreaded mode in the MacOS backend
Better error handling for MacOS backend