Path to this page:
./
graphics/py-matplotlib,
Matlab-style plotting package for Python
Branch: CURRENT,
Version: 3.10.8,
Package name: py313-matplotlib-3.10.8,
Maintainer: pkgsrc-usersmatplotlib 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: 33990.497 KB
Version history: (Expand)
- (2025-12-11) Updated to version: py313-matplotlib-3.10.8
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-12) Updated to version: py313-matplotlib-3.10.7
- (2025-10-09) Updated to version: py313-matplotlib-3.10.6
- (2025-08-31) Updated to version: py312-matplotlib-3.10.6
CVS history: (Expand)
2025-12-11 10:43:09 by Adam Ciarcinski | Files touched by this commit (2) |  |
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
|
2025-10-12 20:10:21 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-matplotlib: update to 3.10.7.
This is the latest bugfix release in the 3.10.x series.
The most important update in this release is that the minimum version
of pyparsing has been updated to version 3.0.
|
| 2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442) |
Log message:
*: remove reference to (removed) Python 3.9
|
2025-08-31 12:19:58 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-matplotlib: update to 3.10.6.
This is a bugfix release in the 3.10.x series.
Highlights from this release include:
- Fix regression of hi-dpi support for Qt
- Fix race condition in TexManager.make_dvi & make_png
- Various documentation and other bugfixes
|
2025-08-02 11:38:20 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-matplotlib: updated to 3.10.5
3.10.5
This is the fourth bugfix release of the 3.10.x series.
|
| 2025-07-03 21:18:12 by Thomas Klausner | Files touched by this commit (92) |
Log message:
*: py-numpy needs Python >= 3.11 now
|
2025-05-11 12:51:04 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
py-matplotlib: update to 3.10.3.
This is the third bugfix release of the 3.10.x series
|
2025-02-27 22:21:02 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-matplotlib: updated to 3.10.1
3.10.1
This is the first bugfix release of the 3.10.x series.
This release contains several bug-fixes and adjustments:
Respect array alpha with interpolation_stage='rgba' in _Imagebase::_make_image
Remove md5 usage to prevent issues on FIPS enabled systems
Fix pyplot.matshow figure handling
Fix modifying Axes' position also alters the original Bbox object used for \
initialization
Fix title position for polar plots
Add version gate to GTK4 calls when necessary
Raise warning if both c and facecolors are used in scatter plot
As well as several documentation improvements and corrections.
|