matplotlib / matplotlib Public
Overview
Could not load contribution data
Please try again later
13 Pull requests merged by 7 people
-
Fix missing section header for nightly builds
#23044 merged
May 15, 2022 -
Demonstrate both usetex and non-usetex in demo_text_path.py.
#23029 merged
May 15, 2022 -
Factor out errorevery parsing for 2D and 3D errorbars.
#23038 merged
May 14, 2022 -
Suppress traceback chaining for tex subprocess failures.
#23036 merged
May 12, 2022 -
Suppress exception chaining in FontProperties.
#23037 merged
May 12, 2022 -
Add test to close legend issue
#23020 merged
May 11, 2022 -
Specify that style files are utf-8.
#23031 merged
May 11, 2022 -
Enable `plt.sca` on subfigure's axes
#22991 merged
May 10, 2022 -
DOC: Fix charset declaration in redirects
#23030 merged
May 10, 2022 -
Fix some possible encoding issues for non-utf8 systems.
#23022 merged
May 10, 2022 -
Bump docker/setup-qemu-action from 1 to 2
#23023 merged
May 10, 2022 -
DOC: do not suggest to sudo pip install Matplotlib
#23024 merged
May 10, 2022 -
Fix typo in font family
#23018 merged
May 9, 2022
10 Pull requests opened by 6 people
-
[ENH] : Provide axis('equal') for Axes3D (replace PR #22705)
#23017 opened
May 9, 2022 -
Fix example for "Scale invariant angle label"
#23027 opened
May 9, 2022 -
Fix issue with tex-encoding on non-Unicode platforms
#23033 opened
May 11, 2022 -
Correctly read the 'style' argument while processing 'genfrac'.
#23034 opened
May 11, 2022 -
`streamplot` can return start and end points. #22985
#23039 opened
May 12, 2022 -
MNT: Merge locally defined test decorators
#23045 opened
May 14, 2022 -
Fix issue with hist and float16 data
#23047 opened
May 14, 2022 -
Add rrulewrapper to docs
#23048 opened
May 14, 2022 -
Add `minor` keyword argument to `plt.x/yticks`
#23049 opened
May 14, 2022 -
Fix variable initialization due to jump bypassing it
#23051 opened
May 15, 2022
7 Issues closed by 7 people
-
[TST] Upcoming dependency test failures
#23043 closed
May 15, 2022 -
[Bug]: pcolormesh colorbar limit error when using TwoSlopeNorm in 3.5.0
#23040 closed
May 12, 2022 -
[Bug]: colorbar axes title clobbers extend arrow
#23041 closed
May 12, 2022 -
[ENH]: `compare_images`: allow choice of directory for diff image
#23032 closed
May 11, 2022 -
Line2D object markers are lost when retrieved from legend.get_lines() when linestyle='None'
#17960 closed
May 11, 2022 -
[MNT]: Require that matplotlibrc/style files use utf-8 (or have an encoding cookie)
#23026 closed
May 11, 2022 -
[Bug]: Can't use `plt.sca()` on axes created using subfigures
#22947 closed
May 10, 2022
9 Issues opened by 9 people
-
[Doc]: Docstring for artist.Artist.set_agg_filter is incorrect
#23050 opened
May 15, 2022 -
Trace/BPT trap: 5 in M1 silicon
#23046 opened
May 14, 2022 -
[Bug]: Figures fail to redraw with IPython
#23042 opened
May 13, 2022 -
[Bug]: Datetime axis plot using incorrect locale
#23035 opened
May 11, 2022 -
[ENH]: contour kwarg for negative_linestyle
#23028 opened
May 9, 2022 -
[Doc]: Use python3 instead of python3.x in osx specific docs
#23025 opened
May 9, 2022 -
[Bug]: `UnicodeDecodeError` when using some special and accented characters in TeX
#23019 opened
May 9, 2022 -
[Bug]: ax.set_facecolor('grey') requires the plot to be interacted with before updating the colour
#23016 opened
May 9, 2022
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.
-
MNT: Don't require renderer for window_extent and tightbbox
#22745 commented on
May 12, 2022 • 14 new comments -
Handle NaN in bar labels and error bars
#22929 commented on
May 10, 2022 • 5 new comments -
[Bug]: Colorbar extend patches do not have correct alpha
#22970 commented on
May 10, 2022 • 4 new comments -
Use contourpy for quad contour calculations
#22567 commented on
May 13, 2022 • 4 new comments -
Backend refactor
#8777 commented on
May 10, 2022 • 3 new comments -
[Bug]: First invocation of plt.plot() resets mpl.rcParams['figure.dpi']
#23007 commented on
May 10, 2022 • 2 new comments -
[Bug]: test_image_comparison_expect_rms nondeterministic failure
#22992 commented on
May 10, 2022 • 2 new comments -
[Bug]: test failure of test_cross_Qt_imports in 3.5.2
#23004 commented on
May 11, 2022 • 2 new comments -
plt.arrow start and end locations are wrong
#12768 commented on
May 13, 2022 • 2 new comments -
More consistent handling of 'None' vs. 'none'
#19300 commented on
May 14, 2022 • 2 new comments -
Mnt deprecate mlab
#22920 commented on
May 10, 2022 • 2 new comments -
Simplify definition of mathtext symbols & correctly end tokens in mathtext parsing
#22950 commented on
May 15, 2022 • 2 new comments -
[Bug]: Large file size when using fill_between()
#22803 commented on
May 9, 2022 • 1 new comment -
[Doc]: Add figure to `subplots_adjust`
#23005 commented on
May 10, 2022 • 1 new comment -
[Doc]: Arguments of FFMpegFileWriter not clear.
#22831 commented on
May 10, 2022 • 1 new comment -
Scaling issue with 4K panel!
#12221 commented on
May 10, 2022 • 1 new comment -
[Doc]: Example for "Scale invariant angle label" does not scale the arc correctly
#22392 commented on
May 10, 2022 • 1 new comment -
[Bug]: Cygwin build fails due to use of Windows-only functions in _tkagg.cpp
#22997 commented on
May 10, 2022 • 1 new comment -
clf() and cla() throws warnings with shared loglog plots.
#9970 commented on
May 11, 2022 • 1 new comment -
3D scatter plots don't work in logscale
#209 commented on
May 12, 2022 • 1 new comment -
MNT: Clean up macosx backend set_message
#21755 commented on
May 15, 2022 • 1 new comment -
ENH: Use rcParams savefig.directory on macosx backend
#22180 commented on
May 15, 2022 • 1 new comment -
QuadMesh point in poly
#22955 commented on
May 10, 2022 • 1 new comment -
Backport PR #22987 on branch v3.5.x (CI: bump test limit from tkagg on osx)
#22998 commented on
May 9, 2022 • 1 new comment -
CI: Add a Cygwin run to GHA CI.
#22999 commented on
May 14, 2022 • 1 new comment -
[Bug]: matplotlib.pyplot.annotate with bbox: text is not centered vertically in svg
#23003 commented on
May 10, 2022 • 0 new comments -
Replace C++ quad contouring code with use of ContourPy
#22529 commented on
May 12, 2022 • 0 new comments -
Fix BoundaryNorm cursor data output
#22835 commented on
May 11, 2022 • 0 new comments