-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Insights: matplotlib/matplotlib
Overview
Could not load contribution data
Please try again later
22 Pull requests merged by 12 people
-
agg: Replace facepair_t with std::optional
#30196 merged
Jul 1, 2025 -
Clean up Qt socket notifier to avoid spurious interrupt handler calls
#30209 merged
Jul 1, 2025 -
ci: Enable wheel builds on Python 3.14
#30195 merged
Jul 1, 2025 -
Add explicit signatures for pyplot.{polar,savefig,set_loglevel}
#30200 merged
Jun 30, 2025 -
Backport PR #30221 on branch v3.10.x (BUG: fix future incompatibility with Pillow 13)
#30229 merged
Jun 30, 2025 -
BUG: fix future incompatibility with Pillow 13
#30221 merged
Jun 30, 2025 -
Backport PR #30098 on branch v3.10.x (Fix label_outer in the presence of colorbars.)
#30228 merged
Jun 30, 2025 -
Backport PR #30223 on branch v3.10.x (Polar log scale: fix inner patch boundary and spine location)
#30227 merged
Jun 30, 2025 -
Fix label_outer in the presence of colorbars.
#30098 merged
Jun 30, 2025 -
Polar log scale: fix inner patch boundary and spine location
#30223 merged
Jun 30, 2025 -
Abstract base class for Normalize
#30178 merged
Jun 28, 2025 -
BUG: Include python-including headers first in src/ft2font.{cpp,h}
#30220 merged
Jun 28, 2025 -
Add explicit getter / setter overloads for pyplot.{xlim,ylim}
#30199 merged
Jun 27, 2025 -
Add explicit overloads for pyplot.{show,subplot}
#30202 merged
Jun 27, 2025 -
Refactoring: Removing axis parameter from scales
#29988 merged
Jun 27, 2025 -
Backport PR #30198 on branch v3.10.x (Implement Path.__deepcopy__ avoiding infinite recursion)
#30217 merged
Jun 26, 2025 -
Implement Path.__deepcopy__ avoiding infinite recursion
#30198 merged
Jun 26, 2025 -
Backport PR #30212 on branch v3.10.x ([Doc]: fix bug in release notes for matplotlib v3.5.0 and v3.7.0)
#30213 merged
Jun 25, 2025 -
Backport PR #30212 on branch v3.10.3-doc ([Doc]: fix bug in release notes for matplotlib v3.5.0 and v3.7.0)
#30214 merged
Jun 25, 2025 -
[Doc]: fix bug in release notes for matplotlib v3.5.0 and v3.7.0
#30212 merged
Jun 25, 2025 -
Simplify dviFontInfo layout in backend pdf.
#30082 merged
Jun 25, 2025
9 Pull requests opened by 7 people
-
[ENH] Change mpl.color_sequences['tab10'] to return color names instead of RGB
#30210 opened
Jun 24, 2025 -
DOC: Add constructor parameter documentation to FFMpegFileWriter
#30222 opened
Jun 28, 2025 -
ENH: Add properties position_centers and tops to BarContainer
#30226 opened
Jun 29, 2025 -
ci: Preload existing test images from text-overhaul-figures branch
#30231 opened
Jun 30, 2025 -
Bump github/codeql-action from 3.29.0 to 3.29.2 in the actions group
#30232 opened
Jun 30, 2025 -
Check that stem input is 1D
#30233 opened
Jul 1, 2025 -
Don't expose private styles in style.available
#30235 opened
Jul 1, 2025 -
Copy-edit the docstring of AuxTransformBox.
#30236 opened
Jul 1, 2025 -
Add explicit `**options: Any` for `add_subplot` method
#30237 opened
Jul 1, 2025
13 Issues closed by 5 people
-
[Bug]: KeyError: 'PolyCollection:kwdoc' during pyplot import
#28531 closed
Jul 1, 2025 -
[Bug]: "Bad file descriptor" raised repeatedly when plt.pause() interrupted in IPython
#29688 closed
Jul 1, 2025 -
BUG: .notdef glyph has to be present in fonts in fontlist
#27232 closed
Jul 1, 2025 -
FontProperties fail to roundtrip from their str
#14977 closed
Jul 1, 2025 -
Font weight inconsistencies
#15170 closed
Jul 1, 2025 -
rotated text does not align
#14239 closed
Jun 30, 2025 -
[Bug]: fig.savefig broken with Python 3.13.0?
#29472 closed
Jun 30, 2025 -
[Bug]: Axes.label_outer() does not work when there is a colorbar
#27305 closed
Jun 30, 2025 -
[Bug]: Inner border is not rendered correctly when using log-scale and polar projection.
#30179 closed
Jun 30, 2025 -
[MNT]: pyplot type hints
#30160 closed
Jun 27, 2025 -
FUTURE BUG: reconsider how we deep-copy path objects
#29157 closed
Jun 26, 2025 -
[Doc]: fix bug in release notes for matplotlib v3.5.0 and v3.7.0
#30211 closed
Jun 25, 2025
6 Issues opened by 6 people
-
[ENH]: Add data parameter in Axes3D.plot like Axes.plot
#30238 opened
Jul 1, 2025 -
Add an example of plotting error bars for grouped experimental data
#30224 opened
Jun 29, 2025 -
[Bug]: tick_top and sharex do not work together
#30219 opened
Jun 27, 2025 -
[Bug]: Rendering on Wayland with fractional scaling looks bad
#30218 opened
Jun 26, 2025 -
[Bug]: stem complaining about PyTorch's Tensor
#30216 opened
Jun 25, 2025
28 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Type hints in _type1font.py
#30187 commented on
Jun 26, 2025 • 14 new comments -
MultiNorm class
#29876 commented on
Jun 30, 2025 • 8 new comments -
Make path extension a bit safer
#30208 commented on
Jun 26, 2025 • 1 new comment -
ci: Add Python 3.14b03 to the test matrix
#30204 commented on
Jul 1, 2025 • 1 new comment -
Add language parameter to Text objects
#29794 commented on
Jun 26, 2025 • 1 new comment -
[MNT]: Data size consistency checks in _CollectionsWithSizes
#28833 commented on
Jun 24, 2025 • 0 new comments -
[NOMERGE] trying to get Python 3.14 tests to pass
#30205 commented on
Jun 26, 2025 • 0 new comments -
[ENH]: Make rotation_mode="xtick" the default for ticks
#29926 commented on
Jun 24, 2025 • 0 new comments -
[Doc]: Incorrect FAQ Link on Tutorials Page
#30169 commented on
Jun 25, 2025 • 0 new comments -
Fix figure legend when drawing stackplots
#30186 commented on
Jun 28, 2025 • 0 new comments -
Fixed several accuracy bugs with image resampling
#30184 commented on
Jun 26, 2025 • 0 new comments -
Add consistency check for PathCollection sizes and edgecolors (#28833)
#30138 commented on
Jun 24, 2025 • 0 new comments -
Add ability to toggle legend in the figure options dialog box
#30128 commented on
Jul 1, 2025 • 0 new comments -
Create category.pyi
#30093 commented on
Jun 27, 2025 • 0 new comments -
Include close matches in error message when key not found
#30001 commented on
Jun 28, 2025 • 0 new comments -
Implement head resizing (and reversal) for larrow/rarrow/darrow
#29998 commented on
Jun 29, 2025 • 0 new comments -
Fix AxesWidgets on inset_axes that are outside their parent.
#29966 commented on
Jun 30, 2025 • 0 new comments -
Search: "codex" term returns no results on devdocs
#29542 commented on
Jun 30, 2025 • 0 new comments -
[Doc]: Arguments of FFMpegFileWriter not clear.
#22831 commented on
Jun 30, 2025 • 0 new comments -
Shorten Agg template usage with class template argument deduction.
#29763 commented on
Jul 1, 2025 • 0 new comments -
Add font feature API to Text
#29695 commented on
Jul 1, 2025 • 0 new comments -
Fix bbox of polar Axes
#29051 commented on
Jun 30, 2025 • 0 new comments -
BLD: Enable wheels on Windows-on-ARM
#28554 commented on
Jul 1, 2025 • 0 new comments -
[ENH]: Support avif as output format
#28809 commented on
Jul 1, 2025 • 0 new comments -
Request to support PostScript-flavoured (CFF) OpenType fonts in PDF backend
#2869 commented on
Jul 1, 2025 • 0 new comments -
tight_layout and font hinting cuts text near the edge
#11551 commented on
Jul 1, 2025 • 0 new comments -
a bug that latex expression with subscripts exceeds bbox
#14177 commented on
Jul 1, 2025 • 0 new comments -
[Bug]: Cannot share both axis when setting aspect ratio
#30203 commented on
Jun 30, 2025 • 0 new comments