-
-
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
89 Pull requests merged by 28 people
-
Include close matches in error message when key not found
#30001 merged
Jul 19, 2025 -
FIX: cast Patch linewidth to float for dash scaling
#30333 merged
Jul 18, 2025 -
Deprecate font_manager.is_opentype_cff_font
#30329 merged
Jul 18, 2025 -
FIX: be very paranoid about checking what the current canvas is
#25573 merged
Jul 18, 2025 -
Backport PR #30321 on branch v3.10.x (Fix type annotation for Axes.get_legend() to include None)
#30326 merged
Jul 17, 2025 -
Fix type annotation for Axes.get_legend() to include None
#30321 merged
Jul 17, 2025 -
Don't set a default size for FT2Font
#30319 merged
Jul 16, 2025 -
Update FreeType to 2.13.3
#29816 merged
Jul 16, 2025 -
fix broken configobj link
#30317 merged
Jul 15, 2025 -
[TYP] Add more literals to MarkerType
#30261 merged
Jul 15, 2025 -
Replace deprecated imports
#30312 merged
Jul 15, 2025 -
Fix link to pango
#30315 merged
Jul 15, 2025 -
Log a warning if selected font weight differs from requested
#30272 merged
Jul 15, 2025 -
Bump the actions group with 2 updates
#30311 merged
Jul 15, 2025 -
Improve custom sphinx link redirect extension
#30309 merged
Jul 14, 2025 -
FIX: Ensure Locators on RadialAxis are always correctly wrapped
#30174 merged
Jul 12, 2025 -
Backport PR #30286 on branch v3.10.x (Fix whitespace in _axes.py error message)
#30287 merged
Jul 12, 2025 -
Backport PR #30283 on branch v3.10.x (changed the FAQ link to point to the correct path)
#30288 merged
Jul 12, 2025 -
Backport PR #30289 on branch v3.10.x (DOC: Fix build with pybind11 3)
#30293 merged
Jul 11, 2025 -
Backport PR #30289 on branch v3.10.3-doc (DOC: Fix build with pybind11 3)
#30294 merged
Jul 11, 2025 -
DOC: Fix build with pybind11 3
#30289 merged
Jul 11, 2025 -
changed the FAQ link to point to the correct path
#30283 merged
Jul 11, 2025 -
Fix whitespace in _axes.py error message
#30286 merged
Jul 11, 2025 -
Fix several minor typos
#30281 merged
Jul 10, 2025 -
Create events type and update plt.connect and mpl_connect
#30275 merged
Jul 10, 2025 -
fix(config): Correct invalid value for svg.fonttype in matplotlibrc
#30279 merged
Jul 9, 2025 -
Add typing to AFM parser
#30134 merged
Jul 9, 2025 -
ci: Fix image preload with multiple conflicts
#30274 merged
Jul 9, 2025 -
Reduce pause time in interactive timer test
#30271 merged
Jul 9, 2025 -
ci: Preload existing test images from text-overhaul-figures branch
#30231 merged
Jul 8, 2025 -
Use old stride_windows implementation on 32-bit builds
#29115 merged
Jul 7, 2025 -
Backport PR #30186 on branch v3.10.x (Fix figure legend when drawing stackplots)
#30269 merged
Jul 7, 2025 -
Don't expose private styles in style.available
#30235 merged
Jul 7, 2025 -
Fix figure legend when drawing stackplots
#30186 merged
Jul 7, 2025 -
Backport PR #30233 on branch v3.10.x (Check that stem input is 1D)
#30268 merged
Jul 6, 2025 -
Check that stem input is 1D
#30233 merged
Jul 6, 2025 -
DOC: fix artist see also sections
#30266 merged
Jul 6, 2025 -
Clean up mypy & ruff config
#30258 merged
Jul 5, 2025 -
Tweak docstrings of get_window_extent/get_tightbbox.
#30262 merged
Jul 5, 2025 -
Backport PR #30256 on branch v3.10.x (Time out in _get_executable_info)
#30259 merged
Jul 4, 2025 -
Time out in _get_executable_info
#30256 merged
Jul 4, 2025 -
Add explicit
**options: Any
foradd_subplot
method#30237 merged
Jul 4, 2025 -
Backport PR #30243 on branch v3.10.x (Fix FancyArrow rendering for zero-length arrows)
#30253 merged
Jul 4, 2025 -
Upgrade to Visual Studio 2022 in appveyor.yml
#30239 merged
Jul 3, 2025 -
Fix FancyArrow rendering for zero-length arrows
#30243 merged
Jul 3, 2025 -
Backport PR #30244 on branch v3.10.x (DOC: Recommend to use bare Figure instances for saving to file)
#30250 merged
Jul 2, 2025 -
DOC: Recommend to use bare Figure instances for saving to file
#30244 merged
Jul 2, 2025 -
Adjust logic in RcParams to allow for inheritance
#30245 merged
Jul 2, 2025 -
Backport PR #30246 on branch v3.10.x (chore: remove redundant words in comment)
#30247 merged
Jul 2, 2025 -
chore: remove redundant words in comment
#30246 merged
Jul 2, 2025 -
Bump github/codeql-action from 3.29.0 to 3.29.2 in the actions group
#30232 merged
Jul 2, 2025 -
Backport PR #30236 on branch v3.10.x (Copy-edit the docstring of AuxTransformBox.)
#30240 merged
Jul 1, 2025 -
Copy-edit the docstring of AuxTransformBox.
#30236 merged
Jul 1, 2025 -
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 -
Prepare to turn matplotlib.style into a plain module.
#30163 merged
Jun 24, 2025 -
Use collections.deque to store animation cache data.
#30206 merged
Jun 24, 2025 -
Support individual styling of major and minor grid through rcParams
#29481 merged
Jun 24, 2025 -
Fix argument types in examples and tests
#28764 merged
Jun 23, 2025 -
DOC: Remove last userdemo example
#30197 merged
Jun 21, 2025 -
Simplify RendererAgg::draw_markers buffers
#30191 merged
Jun 20, 2025 -
Fixed incomplete deletion of all images that have passed tests before upload
#30188 merged
Jun 20, 2025 -
Backport PR #30180 on branch v3.10.x (DOC: expand polar example)
#30189 merged
Jun 19, 2025 -
Backport PR #30180 on branch v3.10.3-doc (DOC: expand polar example)
#30190 merged
Jun 19, 2025 -
DOC: expand polar example
#30180 merged
Jun 19, 2025 -
Remove fallback code for glyph indices
#30168 merged
Jun 19, 2025 -
TST: Calculate RMS and diff image in C++
#29102 merged
Jun 19, 2025 -
Remove ttconv backwards-compatibility code
#30145 merged
Jun 19, 2025
30 Pull requests opened by 16 people
-
Type hints in _type1font.py
#30187 opened
Jun 19, 2025 -
ci: Add Python 3.14-dev to the test matrix
#30204 opened
Jun 21, 2025 -
[NOMERGE] trying to get Python 3.14 tests to pass
#30205 opened
Jun 22, 2025 -
Make path extension a bit safer
#30208 opened
Jun 24, 2025 -
[ENH] Change mpl.color_sequences['tab10'] to return color names instead of RGB
#30210 opened
Jun 24, 2025 -
ENH: Add properties position_centers and tops to BarContainer
#30226 opened
Jun 29, 2025 -
Move cibuildwheel configuration to pyproject.toml
#30252 opened
Jul 3, 2025 -
Add interpolation option for facecolors in plot_surface method
#30255 opened
Jul 3, 2025 -
Run subprocess-starting tests without pytest-xdist
#30264 opened
Jul 5, 2025 -
Fix: have apply_aspect keep track of user-set limits
#30265 opened
Jul 5, 2025 -
Run subprocess-starting tests in a separate xdist loadgroup
#30267 opened
Jul 6, 2025 -
[ENH] Add data parameter in Axes3D.plot
#30270 opened
Jul 7, 2025 -
Fix mlab fallback for 32-bit systems
#30273 opened
Jul 8, 2025 -
Backport PR #30271 on branch v3.10.x (Reduce pause time in interactive timer test)
#30277 opened
Jul 9, 2025 -
Run subprocess-starting tests on separate runners
#30278 opened
Jul 9, 2025 -
Fixed the overdeletion of source images for failing tests
#30284 opened
Jul 10, 2025 -
Migrate to Pybind11 v3
#30291 opened
Jul 11, 2025 -
Backport PR #30237: Add explicit `**options: Any` for `add_subplot` m…
#30292 opened
Jul 11, 2025 -
[MNT] Typing: Use Literal for set_loglevel
#30302 opened
Jul 12, 2025 -
Move release related docs to new sub-folder
#30304 opened
Jul 13, 2025 -
[MNT] Typing: correct typing overloads for ``Figure.subfigures``
#30314 opened
Jul 15, 2025 -
Create RCKeyType
#30316 opened
Jul 15, 2025 -
Deprecate setting text kerning factor to any non-None value
#30322 opened
Jul 17, 2025 -
Make PyFT2Font a subclass of FT2Font
#30324 opened
Jul 17, 2025 -
FIX Update Axes limits from Axes.add_collection(... autolim=True)
#30327 opened
Jul 17, 2025 -
[fix] Spine.set_bounds() does not take parameter **None** as expected
#30330 opened
Jul 18, 2025 -
CI: Harden GHA configuration
#30332 opened
Jul 18, 2025 -
Add support for loading all fonts from collections
#30334 opened
Jul 19, 2025 -
Use glyph indices for font tracking in vector formats
#30335 opened
Jul 19, 2025
44 Issues closed by 11 people
-
[MNT]: validate linewidth
#30323 closed
Jul 18, 2025 -
[Bug]: type annotation of `Axes.get_legend()` misses `None`
#30318 closed
Jul 18, 2025 -
[Bug]: Artist.remove() isn't fully removing it from figure
#25572 closed
Jul 18, 2025 -
[Bug]: fig.savefig throws error after radiobutton axes is removed
#30325 closed
Jul 17, 2025 -
Noisy exception interferes with debugging unrelated code
#30254 closed
Jul 17, 2025 -
[Bug]: Draggable Legend is out of control unless it has a picker set.
#30303 closed
Jul 15, 2025 -
Chinese font can`t change the weight
#15529 closed
Jul 15, 2025 -
[Bug]: figure canvas size does not always match figure size and dpi
#30310 closed
Jul 14, 2025 -
[Bug]: bbox floating point size mismatch
#21879 closed
Jul 14, 2025 -
setting spine default location displacement rcParams
#13930 closed
Jul 14, 2025 -
[Bug]: Removing spines in polar plot causes distortion of the plot
#30164 closed
Jul 12, 2025 -
Add an example of plotting error bars for grouped experimental data
#30224 closed
Jul 11, 2025 -
[Doc]: Incorrect FAQ Link on Tutorials Page
#30169 closed
Jul 11, 2025 -
[Bug]: Missing whitespace in _axes.py error message
#30285 closed
Jul 11, 2025 -
[Bug]: Pillow 11.3 raises a deprecation warning when using TkAgg
#30280 closed
Jul 9, 2025 -
[Bug]: Negative figure size in QSplitter.
#25566 closed
Jul 7, 2025 -
[Bug]: Stackplot in SubFigure raises when drawing Legend
#30158 closed
Jul 7, 2025 -
[Bug]: stem complaining about PyTorch's Tensor
#30216 closed
Jul 6, 2025 -
[MNT]: `font_manager.findSystemFonts` takes too long on macOS
#29658 closed
Jul 5, 2025 -
[Bug]: Cannot create empty FancyArrow (expired numpy deprecation)
#30242 closed
Jul 3, 2025 -
[Bug]: warning printed when using fontconfig 2.17
#30248 closed
Jul 2, 2025 -
[Bug]: DeprecationWarning from Pillow 11.3.0 about 'mode' parameter of PIL.Image.fromarray()
#30249 closed
Jul 2, 2025 -
[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 -
Impossible to configure minor/major grid line style independently in rcParams
#13919 closed
Jun 24, 2025 -
[MNT]: Memory Leak detected with ASan
#20858 closed
Jun 21, 2025 -
[MNT]: Remove the userdemo section in examples
#25800 closed
Jun 21, 2025 -
[ENH]: API discussion for grouped bar charts
#24313 closed
Jun 21, 2025 -
[MNT]: Deprecate ConnectionStyle._Base and ArrowStyle._Base
#23238 closed
Jun 21, 2025 -
[DOC] how to back-propagate version switcher?
#23346 closed
Jun 21, 2025 -
[MNT]: Codecov upload is brittle, try uploading with token?
#24483 closed
Jun 21, 2025 -
[MNT]: Make _ttconv.convert_ttf_to_ps take a binary file as output argument, not a text file
#25265 closed
Jun 21, 2025
20 Issues opened by 19 people
-
[ENH]: inset_axes has borderpadding, but not x/y individually.
#30331 opened
Jul 18, 2025 -
[Bug]: `fill_between` with `get_xaxis_transform` increases y-limits
#30320 opened
Jul 16, 2025 -
[Bug]: revealed type for `Figure.subfigures` is not correct
#30313 opened
Jul 15, 2025 -
[Bug]: Zorder issue for lines drawn with ConnectionPatch over inset_axes/plot axes
#30308 opened
Jul 14, 2025 -
[Doc]: Broken links to fix in docs
#30306 opened
Jul 14, 2025 -
[Bug]: antialiased=False rendering show dependencies to the drawing orders of Polygons in a collection
#30305 opened
Jul 13, 2025 -
[Bug]: _constrained_layout takes several iterations to converge to expected result
#30300 opened
Jul 12, 2025 -
[Bug]: Legend kwarg `labelcolor='linecolor'` not working properly when `facecolor` is `'None'`
#30298 opened
Jul 12, 2025 -
[MNT]: Deprecate the axes parameter to RadialLocator
#30296 opened
Jul 11, 2025 -
plot_surface with facecolors distorts colors due to default shading=True
#30290 opened
Jul 11, 2025 -
Figure out how to pass Text to Renderer.draw_text always
#30282 opened
Jul 10, 2025 -
[Bug]: Annotation clipping to rect works, but not when setting xlim
#30276 opened
Jul 8, 2025 -
[MNT] [TYPING]: Use of Literal
#30257 opened
Jul 3, 2025 -
[ENH]: sharex=array for simple grouping
#30241 opened
Jul 1, 2025 -
[ENH]: Add data parameter in Axes3D.plot like Axes.plot
#30238 opened
Jul 1, 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]: Cannot share both axis when setting aspect ratio
#30203 opened
Jun 21, 2025
74 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
Jul 19, 2025 • 53 new comments -
Implement head resizing (and reversal) for larrow/rarrow/darrow
#29998 commented on
Jul 19, 2025 • 22 new comments -
Add type hints for matplotlib.dates module
#30126 commented on
Jun 20, 2025 • 19 new comments -
Add support for pgf.documentclass rcParam
#30063 commented on
Jul 12, 2025 • 8 new comments -
Add language parameter to Text objects
#29794 commented on
Jul 17, 2025 • 2 new comments -
Fix AxesWidgets on inset_axes that are outside their parent.
#29966 commented on
Jul 3, 2025 • 2 new comments -
BLD: Enable wheels on Windows-on-ARM
#28554 commented on
Jul 8, 2025 • 2 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 19, 2025 • 0 new comments -
ENH: Type the possible str legend locs as Literals
#29465 commented on
Jul 18, 2025 • 0 new comments -
Port requirements to PEP735
#29281 commented on
Jul 2, 2025 • 0 new comments -
Add documentation for Axes3d.view_init() angles
#29114 commented on
Jul 19, 2025 • 0 new comments -
Add wasm CI
#29093 commented on
Jul 8, 2025 • 0 new comments -
Timer consistency across backends
#29062 commented on
Jul 9, 2025 • 0 new comments -
Fix bbox of polar Axes
#29051 commented on
Jun 30, 2025 • 0 new comments -
BLD: Implement PEP639 licensing
#28982 commented on
Jul 10, 2025 • 0 new comments -
qhull: Fix inconsistent formatting function arguments
#27987 commented on
Jul 12, 2025 • 0 new comments -
Fixed hatching in PatchCollection class
#27937 commented on
Jul 18, 2025 • 0 new comments -
FIX: round instead of truncate Agg canvas size
#8265 commented on
Jul 19, 2025 • 0 new comments -
[MNT]: Please update freetype version
#20842 commented on
Jul 19, 2025 • 0 new comments -
Please add support for ttc font files (PDF/PS output)
#3135 commented on
Jul 19, 2025 • 0 new comments -
figure including align fails to output eps using savefig
#11233 commented on
Jul 18, 2025 • 0 new comments -
Parse {lua,xe}tex-generated dvi in dviread.
#29939 commented on
Jul 10, 2025 • 0 new comments -
Trigger events via standard callbacks in widget testing.
#29993 commented on
Jul 18, 2025 • 0 new comments -
Implement text shaping with libraqm
#30000 commented on
Jul 16, 2025 • 0 new comments -
ENH: Add tick label alignment parameters to tick_params
#30009 commented on
Jun 24, 2025 • 0 new comments -
merge up 3.10.3
#30031 commented on
Jun 21, 2025 • 0 new comments -
Bug Fix For "matplotlib eventplot not shows all the binary data for big number of events" - Draft PR
#30053 commented on
Jun 20, 2025 • 0 new comments -
Create category.pyi
#30093 commented on
Jun 27, 2025 • 0 new comments -
Fix: Add [global] to pybind11 in dev requirements for Windows compati…
#30124 commented on
Jun 20, 2025 • 0 new comments -
Add ability to toggle legend in the figure options dialog box
#30128 commented on
Jul 9, 2025 • 0 new comments -
Add consistency check for PathCollection sizes and edgecolors (#28833)
#30138 commented on
Jun 24, 2025 • 0 new comments -
TYP: Make glyph indices distinct from character codes
#30143 commented on
Jul 19, 2025 • 0 new comments -
Add font.superfamily support with genre-aware resolution
#30155 commented on
Jul 15, 2025 • 0 new comments -
Font and text overhaul
#30161 commented on
Jul 16, 2025 • 0 new comments -
Scale an image to the axes edges regardless of whether it is being plotted with a nonaffine transform or an affine transform
#30175 commented on
Jun 20, 2025 • 0 new comments -
Fixed several accuracy bugs with image resampling
#30184 commented on
Jul 11, 2025 • 0 new comments -
[Bug]: SIGSEGV on ft2font under certain compilation conditions
#29976 commented on
Jul 18, 2025 • 0 new comments -
[Bug]: Exported PDF figures cannot be modified by Adobe Illustrator correctly.
#27893 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 -
[Doc]: Arguments of FFMpegFileWriter not clear.
#22831 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 -
[ENH]: Make rotation_mode="xtick" the default for ticks
#29926 commented on
Jun 24, 2025 • 0 new comments -
[MNT]: Data size consistency checks in _CollectionsWithSizes
#28833 commented on
Jun 24, 2025 • 0 new comments -
[MNT]: Colormap refactoring
#29141 commented on
Jun 24, 2025 • 0 new comments -
[MNT]: Replace BufferRegion/restore_region by (x, y, array) tuples and draw_image?
#23882 commented on
Jun 22, 2025 • 0 new comments -
[MNT]: Deprecate mutability of FontProperties
#22495 commented on
Jun 21, 2025 • 0 new comments -
Too much white space around graphs in 3d projection
#19519 commented on
Jun 21, 2025 • 0 new comments -
[MNT]: Not possible to set `AutoDateFormatter` rcParam to function without deprecation warning
#23012 commented on
Jun 21, 2025 • 0 new comments -
[MNT]: Have test windows shown in the background
#23096 commented on
Jun 21, 2025 • 0 new comments -
[MNT]: Rename axis3d.Axis to Axis3D
#30075 commented on
Jun 20, 2025 • 0 new comments -
[Doc]: dynamically resize the mathtext symbol tables
#26143 commented on
Jun 20, 2025 • 0 new comments -
[ENH]: tab10 color sequence should return the tab-named colors
#29922 commented on
Jun 20, 2025 • 0 new comments -
add label alignment to tick_params
#20644 commented on
Jun 19, 2025 • 0 new comments -
[Bug]: Poor rendering of Poly3DCollection with axlim clipping
#29373 commented on
Jul 16, 2025 • 0 new comments -
[ENH]: Support avif as output format
#28809 commented on
Jul 16, 2025 • 0 new comments -
Reliably set the output image size
#15363 commented on
Jul 14, 2025 • 0 new comments -
Add thumbnails for tutorials/gallery where missing
#17479 commented on
Jul 14, 2025 • 0 new comments -
Using ginput on a plot_date plot doesn't return datetime
#7462 commented on
Jul 14, 2025 • 0 new comments -
option+letter on OSX with tkagg give non-alpha numeric rather than alt-<letter>
#22934 commented on
Jul 14, 2025 • 0 new comments -
[ENH]: support PySide6's `snake_case`
#23816 commented on
Jul 14, 2025 • 0 new comments -
[Bug]: `Path.cleaned()` always returns a closed path
#28176 commented on
Jul 13, 2025 • 0 new comments -
[Doc]: Move non user guide related content out of `/users`
#27396 commented on
Jul 13, 2025 • 0 new comments -
[Doc]: Blitting minimal example missing draw_event callback
#29928 commented on
Jul 12, 2025 • 0 new comments -
[Bug]: QtAgg - "Configure subplots" button immediately moves subplots
#28553 commented on
Jul 10, 2025 • 0 new comments -
[Bug]: UnboundLocalError: local variable 'interval' referenced before assignment
#26363 commented on
Jul 9, 2025 • 0 new comments -
Inconsistent behavior of Timer.remove_callback.
#12035 commented on
Jul 8, 2025 • 0 new comments -
[MNT]: Where to use `_api.check_in_list`
#24828 commented on
Jul 8, 2025 • 0 new comments -
[ENH]: OpenPolygonSelector
#28421 commented on
Jul 7, 2025 • 0 new comments -
[ENH]: Add default kwargs values if figure.suptitle(t, **kwargs) to rcParams and inherit from there.
#24090 commented on
Jul 5, 2025 • 0 new comments -
Improve the accessibility of figures shown with `_repr_html_`
#15971 commented on
Jul 3, 2025 • 0 new comments -
[ENH]: Surface plot does not support interpolation
#29878 commented on
Jul 3, 2025 • 0 new comments