Path to this page:
./
graphics/py-matplotlib,
Matlab-style plotting package for Python
Branch: CURRENT,
Version: 3.10.1,
Package name: py312-matplotlib-3.10.1,
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: 35882.163 KB
Version history: (Expand)
- (2025-02-28) Updated to version: py312-matplotlib-3.10.1
- (2025-01-05) Updated to version: py312-matplotlib-3.10.0
- (2024-12-01) Updated to version: py312-matplotlib-3.9.3
- (2024-08-13) Updated to version: py312-matplotlib-3.9.2
- (2024-08-11) Updated to version: py311-matplotlib-3.9.1.post1
- (2024-07-08) Updated to version: py311-matplotlib-3.9.1
CVS history: (Expand)
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.
|
2025-01-05 21:49:25 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-matplotlib: updated to 3.10.0
Version 3.10
New more-accessible color cycle
Dark-mode diverging colormaps
Specifying a single color in contour and contourf
Exception handling control
Preliminary support for free-threaded CPython 3.13
Increased Figure limits with Agg renderer
Vectorized hist style parameters
InsetIndicator artist
matplotlib.ticker.EngFormatter can computes offsets now
Fix padding of single colorbar for ImageGrid
ax.table will accept a pandas DataFrame
Subfigures are now added in row-major order
svg.id rcParam
boxplot and bxp orientation parameter
violinplot and violin orientation parameter
FillBetweenPolyCollection
Fill between 3D lines
Rotating 3d plots with the mouse
Data in 3D plots can now be dynamically clipped to the axes view limits
Miscellaneous Changes
API Changes for 3.10.0
|
2024-12-28 22:39:48 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-matplotlib: not for Python 3.9 anymore
|
2024-12-01 10:43:11 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-matplotlib: updated to 3.9.3
3.9.3
This is the third bugfix release of the 3.9.x series.
This release contains several bug-fixes and adjustments:
Fix axline with extremely small slopes
Fix axline with non-linear axis scales
Fix minimumSizeHint with Qt backend
Fix config directory usage when it's behind a symlink
Fix draggable legend when blitting is enabled
Fix high CPU utilization in the macosx backend
Fix multiple hatch edgecolors passed to contourf
Improve compatibility with pytest 8.2.0
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-08-13 14:04:19 by Thomas Klausner | Files touched by this commit (1) |  |
Log message:
py-matplotlib: update test status
|
2024-08-13 09:12:39 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-matplotlib: updated to 3.9.2
3.9.2
This is the second bugfix release of the 3.9.x series.
This release contains several bug-fixes and adjustments:
Be more resilient to I/O failures when writing font cache
Fix nondeterministic behavior with subplot spacing and constrained layout
Fix sticky edge tolerance relative to data range
Improve formatting of image values in cases of singular norms
|
2024-08-11 16:54:52 by Thomas Klausner | Files touched by this commit (1) |  |
Log message:
py-matplotlib: update test status
Now that py-numpy is fixed for my system
|