-
-
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 11 people
-
Remove deprecated get_tick_iterator()
#30014 merged
May 6, 2025 -
Expire deprecation of nth_coord arguments
#30015 merged
May 6, 2025 -
FIX #30007: Raise ValueError when all wedge sizes are zero in ax.pie
#30019 merged
May 6, 2025 -
Bump github/codeql-action from 3.28.16 to 3.28.17 in the actions group
#30016 merged
May 6, 2025 -
Backport PR #29907 on branch v3.10.x (Ensure text metric calculation always uses the text cache)
#30018 merged
May 6, 2025 -
Backport PR #29992 on v3.10.x: Update pinned oldest win image on azure
#30010 merged
May 5, 2025 -
Update pinned oldest win image on azure
#29992 merged
May 5, 2025 -
DOC: missing word + add latex dep section
#30003 merged
May 3, 2025 -
Backport PR #29827 on branch v3.10.x (TST: Remove unnecessary test images)
#29867 merged
May 2, 2025 -
Type annotation add_subplot for projection="3d"
#29341 merged
May 2, 2025 -
Backport PR #29673 on branch v3.10.x (DOC: document the issues with overlaying new mpl on old mpl)
#30002 merged
May 2, 2025 -
DOC: document the issues with overlaying new mpl on old mpl
#29673 merged
May 2, 2025 -
added latex requirements from fedora spec
#29764 merged
May 2, 2025 -
Backport PR #29997 on branch v3.10.x (BLD: Ensure meson.build has the right version of Python)
#29999 merged
May 2, 2025 -
BLD: Ensure meson.build has the right version of Python
#29997 merged
May 2, 2025 -
Backport PR #29995 on branch v3.10.x (Fix typo: missing singlequote in unrecognized backend exception)
#29996 merged
May 1, 2025 -
Fix typo: missing singlequote in unrecognized backend exception
#29995 merged
May 1, 2025 -
DOC: Add descriptions to matplotlib.typing
#29918 merged
May 1, 2025 -
Fix specifying number of levels with log contour
#27576 merged
Apr 30, 2025 -
Backport PR #29789 on branch v3.10.1-doc (Improve layout of cheatsheets in sidebar)
#29991 merged
Apr 30, 2025 -
Backport PR #29789 on branch v3.10.x (Improve layout of cheatsheets in sidebar)
#29990 merged
Apr 30, 2025 -
Improve layout of cheatsheets in sidebar
#29789 merged
Apr 30, 2025
13 Pull requests opened by 8 people
-
fix: Fix unstable tkagg small plot size.
#29989 opened
Apr 30, 2025 -
Trigger events via standard callbacks in widget testing.
#29993 opened
May 1, 2025 -
Implement head resizing (and reversal) for larrow/rarrow/darrow
#29998 opened
May 1, 2025 -
Implement text shaping with libraqm
#30000 opened
May 2, 2025 -
Include close matches in error message when key not found
#30001 opened
May 2, 2025 -
Remove apply_theta_transforms argument
#30004 opened
May 3, 2025 -
Remove cm.get_cmap
#30005 opened
May 3, 2025 -
Enable linting of .pyi files
#30006 opened
May 3, 2025 -
Update colorbar with new colorizer API
#30008 opened
May 4, 2025 -
ENH: Add tick label alignment parameters to tick_params
#30009 opened
May 4, 2025 -
Feature Implementation for "setting spine default location displacement rcParams" - DRAFT PR
#30011 opened
May 5, 2025 -
Allow setting of aspect ratio for Axes in rcParams - Draft PR
#30017 opened
May 5, 2025 -
Micro-optimize _to_rgba_no_colorcycle.
#30020 opened
May 6, 2025
6 Issues closed by 7 people
-
Axes.pie([0, 0]) crashes with “cannot convert float NaN to integer” when all slice sizes are zero
#30007 closed
May 6, 2025 -
[Bug]: Constrained layout causes two windows to appear instead of one
#30012 closed
May 5, 2025 -
[MNT]: Flaky Windows_py31x tests on Azure Pipelines
#29797 closed
May 5, 2025 -
[Bug]: Type annotation for `add_subplots` has incorrect return type for `projection="3d"`
#29334 closed
May 2, 2025 -
[Bug]: ImportError when using Matplotlib v3.8.0 in Python package tests
#26827 closed
May 2, 2025 -
[Doc]: minimal working LaTeX
#24646 closed
May 2, 2025
3 Issues opened by 3 people
-
[Doc]: matplotlib.figure.Figure.subplots_adjust figure
#30022 opened
May 6, 2025 -
Missing type hints for `matplotlib.dates.DateFormatter`
#29994 opened
May 1, 2025
29 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.
-
MultiNorm class
#29876 commented on
May 6, 2025 • 10 new comments -
Type-1 font subsetting
#20716 commented on
May 6, 2025 • 8 new comments -
ENH: ax.add_collection(..., autolim=True) updates view limits
#29958 commented on
May 6, 2025 • 3 new comments -
FIX: update arc to do better rounding and allow wrap
#29962 commented on
Apr 30, 2025 • 2 new comments -
Rework mapping of dvi glyph indices to freetype indices.
#29829 commented on
May 6, 2025 • 1 new comment -
Refactoring: Removing axis parameter from scales
#29988 commented on
Apr 30, 2025 • 0 new comments -
Backport PR #29908 on branch v3.10.x (TST: Use text placeholders for empty legends)
#29935 commented on
May 6, 2025 • 0 new comments -
The 'lines.markeredgecolor' now doesn't interfere on the color of errorbar caps
#29895 commented on
May 2, 2025 • 0 new comments -
ENH: Allow to register standalone figures with pyplot
#29855 commented on
May 1, 2025 • 0 new comments -
ci: restrict 'pygobject-ver' for Ubuntu 22.04 jobs
#29847 commented on
May 6, 2025 • 0 new comments -
Update FreeType to 2.13.3
#29816 commented on
May 6, 2025 • 0 new comments -
FIX: Warn when trying to set_facecolor on a array-mapped Collection
#29715 commented on
May 2, 2025 • 0 new comments -
ENH: Type the possible str legend locs as Literals
#29465 commented on
May 2, 2025 • 0 new comments -
Fix/deep copy recurse
#29393 commented on
May 2, 2025 • 0 new comments -
Port requirements to PEP735
#29281 commented on
May 1, 2025 • 0 new comments -
Uptade fix number of levels with log contour
#29137 commented on
Apr 30, 2025 • 0 new comments -
[Doc] Improve axisartist documentation
#27351 commented on
May 6, 2025 • 0 new comments -
[Bug]: I give an RGB image to imsave but I don't have the right color map!
#29183 commented on
May 6, 2025 • 0 new comments -
When text.usetex=True with pdf backend, full subset of latex fonts is embedded into pdf file
#127 commented on
May 4, 2025 • 0 new comments -
[Bug]: High memory usage in `Figure.savefig`
#29434 commented on
May 2, 2025 • 0 new comments -
[Bug]: "Bad file descriptor" raised repeatedly when plt.pause() interrupted in IPython
#29688 commented on
May 2, 2025 • 0 new comments -
[ENH]: Typing: broaden acceptable floats
#29332 commented on
May 2, 2025 • 0 new comments -
[Bug]: Using an ipython config of `InteractiveShellApp.matplotlib='inline'` fails on macos for `matplotlib>3.9.0`
#28855 commented on
May 2, 2025 • 0 new comments -
[Bug]: set linestyle='dashed' raise error with quiver and legend
#28298 commented on
May 2, 2025 • 0 new comments -
font finding in OSX produces 200+ lines of warnings
#28249 commented on
May 2, 2025 • 0 new comments -
Unexpected replacement of \right) with exlamation point in MathTextParser output
#5210 commented on
May 2, 2025 • 0 new comments -
[ENH]: Make rotation_mode="xtick" the default for ticks
#29926 commented on
May 2, 2025 • 0 new comments -
[Bug]: unstable `tkagg` small plot size window
#28330 commented on
May 1, 2025 • 0 new comments -
Bug when trying to clip a patch with a transformed patch
#6709 commented on
Apr 30, 2025 • 0 new comments