René's URL Explorer Experiment


Title: Fixed lingering bugs with image rendering related to exact half display pixels by ayshih · Pull Request #31313 · matplotlib/matplotlib · GitHub

Open Graph Title: Fixed lingering bugs with image rendering related to exact half display pixels by ayshih · Pull Request #31313 · matplotlib/matplotlib

X Title: Fixed lingering bugs with image rendering related to exact half display pixels by ayshih · Pull Request #31313 · matplotlib/matplotlib

Description: PR summary This is a follow-on to #31021 to fix image-rendering bugs when a display pixel is exactly aligned with the edge between two image pixels (or with the edge of the image). An attempt at a fix was part of #31021, but the tests there had not been carefully crafted to verify that the bugs were comprehensively fixed. Before this PR After this PR Generating code import matplotlib.pyplot as plt import numpy as np from matplotlib.transforms import Transform # Create a nonaffine identity to easily convert an affine transform to its nonaffine equivalent class NonAffineIdentityTransform(Transform): input_dims = 2 output_dims = 2 def inverted(self): return self nonaffine_identity = NonAffineIdentityTransform() fig = plt.figure(figsize=(10, 5)) fig.set_facecolor('g') # All values in this test are chosen carefully so that many display pixels are # aligned with an edge or a corner of an input pixel # Layout: # Top row is origin='upper', bottom row is origin='lower' # Column 1: affine transform, anchored at whole pixel # Column 2: affine transform, anchored at half pixel # Column 3: nonaffine transform, anchored at whole pixel # Column 4: nonaffine transform, anchored at half pixel # Column 5: affine transform, anchored at half pixel, interpolation='hanning' # Each axes patch is magenta, so seeing a magenta line at an edge of the image # means that the image is not filling the axes corner_x = [0.01, 0.199, 0.41, 0.599, 0.81] corner_y = [0.1, 0.5] axs = [] for cy in corner_y: for ix, cx in enumerate(corner_x): mx = cx + 0.0005 if ix in [1, 3, 4] else cx my = cy + 0.011 if ix in [1, 3, 4] else cy axs.append(fig.add_axes([mx, my, 0.175, 0.35], xticks=[], yticks=[])) N = 10 data = np.arange(N**2).reshape((N, N)) % 9 seps = np.arange(-0.5, N) for i, ax in enumerate(axs): ax.set_facecolor('m') ax.imshow(data, cmap='Blues', interpolation='hanning' if i % 5 == 4 else 'nearest', origin='upper' if i >= 5 else 'lower', transform=nonaffine_identity + ax.transData if i % 4 >= 2 else ax.transData) ax.vlines(seps, -0.5, N - 0.5, linewidth=0.5, color='red', linestyle=(0, (3, 6))) ax.hlines(seps, -0.5, N - 0.5, linewidth=0.5, color='red', linestyle=(0, (3, 6))) for spine in ax.spines: ax.spines[spine].set_linestyle((0, (5, 10))) plt.show() AI Disclosure N/A PR checklist [N/A] "closes #0000" is in the body of the PR description to link the related issue new and changed code is tested [N/A] Plotting related features are demonstrated in an example [N/A] New Features and API Changes are noted with a directive and release note [N/A] Documentation complies with general and docstring guidelines

Open Graph Description: PR summary This is a follow-on to #31021 to fix image-rendering bugs when a display pixel is exactly aligned with the edge between two image pixels (or with the edge of the image). An attempt at ...

X Description: PR summary This is a follow-on to #31021 to fix image-rendering bugs when a display pixel is exactly aligned with the edge between two image pixels (or with the edge of the image). An attempt at ...

Opengraph URL: https://github.com/matplotlib/matplotlib/pull/31313

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:8503cee9-8c3c-a71e-c659-6757ca829d89
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idAC88:3F1247:15824F9:1D63F52:6A53E239
html-safe-noncea666f83e8f550edd59c0cfcf48a1ebef09a7874af224beed19143efc51fabc74
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQzg4OjNGMTI0NzoxNTgyNEY5OjFENjNGNTI6NkE1M0UyMzkiLCJ2aXNpdG9yX2lkIjoiMzE5MDY1NzU3MzA2Mjk1OTY3MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc59d3b84a8ff3404aaf6d888d46e2e5478ed309f1e5053c2e1c8916ad8e64915
hovercard-subject-tagpull_request:3402607902
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/matplotlib/matplotlib/pull/31313/files
twitter:imagehttps://avatars.githubusercontent.com/u/991759?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/991759?s=400&v=4
og:image:altPR summary This is a follow-on to #31021 to fix image-rendering bugs when a display pixel is exactly aligned with the edge between two image pixels (or with the edge of the image). An attempt at ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/31313/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F31313%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F31313%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/pull/31313/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/31313/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/31313/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31313/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31313/files
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 408 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
QuLogichttps://github.com/QuLogic
matplotlib:mainhttps://github.com/matplotlib/matplotlib/tree/main
ayshih:round_half_downhttps://github.com/ayshih/matplotlib/tree/round_half_down
Conversation 6 https://github.com/matplotlib/matplotlib/pull/31313
Commits 6 https://github.com/matplotlib/matplotlib/pull/31313/commits
Checks 39 https://github.com/matplotlib/matplotlib/pull/31313/checks
Files changed https://github.com/matplotlib/matplotlib/pull/31313/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31313/files
Fixed lingering bugs with image rendering related to exact half display pixels https://github.com/matplotlib/matplotlib/pull/31313/files#top
Show all changes 6 commits https://github.com/matplotlib/matplotlib/pull/31313/files
38d9ed5 Fix accurate interpolator for affine nearest-neighbor ayshih Mar 18, 2026 https://github.com/matplotlib/matplotlib/pull/31313/commits/38d9ed5133d70d923403b31dd5cf25491e6b857d
814662a Fix vertical image bounds when on an half display pixel ayshih Mar 18, 2026 https://github.com/matplotlib/matplotlib/pull/31313/commits/814662a3df9cc6fd235d826f3113471b9172f591
f0fec8b Fix resample code to round half down ayshih Mar 20, 2026 https://github.com/matplotlib/matplotlib/pull/31313/commits/f0fec8bc4d1ae70fdc4f1648ade97c1a0f4cdef8
1261a30 Fix additional misalignments due to numerical precision ayshih Mar 20, 2026 https://github.com/matplotlib/matplotlib/pull/31313/commits/1261a30ae6aa4e901cbe2e1effd7224b323f32b2
5440c21 Add a figure test for alignment at half display pixels ayshih Mar 19, 2026 https://github.com/matplotlib/matplotlib/pull/31313/commits/5440c21e03dd709c1e4c2289a6201efd2bfdcfed
012e83f Update baseline images ayshih Mar 19, 2026 https://github.com/matplotlib/matplotlib/pull/31313/commits/012e83fd0354a8d23392f562bc5fdc439532c86b
Clear filters https://github.com/matplotlib/matplotlib/pull/31313/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31313/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31313/files
image.py https://github.com/matplotlib/matplotlib/pull/31313/files#diff-25ae7458ece3baeb36f57b6d14661c66781454a7a0532e5847eb4ed425ec0f5f
specgram_magnitude_freqs.png https://github.com/matplotlib/matplotlib/pull/31313/files#diff-b7eeec4153a9ece0d82811534791e6c05781332fe046761db94ff14079d7c3e9
specgram_magnitude_freqs_linear.png https://github.com/matplotlib/matplotlib/pull/31313/files#diff-de85ab5be80bb5f008393251e65dae14eba02a81e6963fe8f0cf55d46242ca1f
alignment_half_display_pixels.png https://github.com/matplotlib/matplotlib/pull/31313/files#diff-7e6c9efaa2ce471ed842c11de20dd646bc7205b757d15964be65052831a45dfd
image_bounds_handling.png https://github.com/matplotlib/matplotlib/pull/31313/files#diff-9487a156cc95da225d065ef276a3ab355f995f005e846b09aa6aaa1496266cf1
test_image.py https://github.com/matplotlib/matplotlib/pull/31313/files#diff-8a96f32702b9c91b992e6cc9cb438eaaa26993101dbf40ea31ccbc097b47f68a
imagegrid_cbar_mode.png https://github.com/matplotlib/matplotlib/pull/31313/files#diff-b363056722fda93e6c1a8ac3cd0d423ed11f1da95b93b4c5115ee384fcc8d15d
_image_resample.h https://github.com/matplotlib/matplotlib/pull/31313/files#diff-fd1f3677b02cd792d5c1d3fd60bfb090d7d5aaec88d5efbf4990a7ff0bec626b
agg_workaround.h https://github.com/matplotlib/matplotlib/pull/31313/files#diff-f2e42b33e309245761acdc810f1df7ecbe086c5f4284d9f0c01496a40c58a522
lib/matplotlib/image.pyhttps://github.com/matplotlib/matplotlib/pull/31313/files#diff-25ae7458ece3baeb36f57b6d14661c66781454a7a0532e5847eb4ed425ec0f5f
View file https://github.com/ayshih/matplotlib/blob/012e83fd0354a8d23392f562bc5fdc439532c86b/lib/matplotlib/image.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31313/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-25ae7458ece3baeb36f57b6d14661c66781454a7a0532e5847eb4ed425ec0f5f
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-25ae7458ece3baeb36f57b6d14661c66781454a7a0532e5847eb4ed425ec0f5f
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-25ae7458ece3baeb36f57b6d14661c66781454a7a0532e5847eb4ed425ec0f5f
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-25ae7458ece3baeb36f57b6d14661c66781454a7a0532e5847eb4ed425ec0f5f
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-25ae7458ece3baeb36f57b6d14661c66781454a7a0532e5847eb4ed425ec0f5f
lib/matplotlib/tests/baseline_images/test_axes/specgram_magnitude_freqs.pnghttps://github.com/matplotlib/matplotlib/pull/31313/files#diff-b7eeec4153a9ece0d82811534791e6c05781332fe046761db94ff14079d7c3e9
View file https://github.com/ayshih/matplotlib/blob/012e83fd0354a8d23392f562bc5fdc439532c86b/lib/matplotlib/tests/baseline_images/test_axes/specgram_magnitude_freqs.png
Open in desktop https://desktop.github.com
Reload?https://github.com/matplotlib/matplotlib/pull/31313/files
lib/matplotlib/tests/baseline_images/test_axes/specgram_magnitude_freqs_linear.pnghttps://github.com/matplotlib/matplotlib/pull/31313/files#diff-de85ab5be80bb5f008393251e65dae14eba02a81e6963fe8f0cf55d46242ca1f
View file https://github.com/ayshih/matplotlib/blob/012e83fd0354a8d23392f562bc5fdc439532c86b/lib/matplotlib/tests/baseline_images/test_axes/specgram_magnitude_freqs_linear.png
Open in desktop https://desktop.github.com
Reload?https://github.com/matplotlib/matplotlib/pull/31313/files
lib/matplotlib/tests/baseline_images/test_image/alignment_half_display_pixels.pnghttps://github.com/matplotlib/matplotlib/pull/31313/files#diff-7e6c9efaa2ce471ed842c11de20dd646bc7205b757d15964be65052831a45dfd
View file https://github.com/ayshih/matplotlib/blob/012e83fd0354a8d23392f562bc5fdc439532c86b/lib/matplotlib/tests/baseline_images/test_image/alignment_half_display_pixels.png
Open in desktop https://desktop.github.com
Reload?https://github.com/matplotlib/matplotlib/pull/31313/files
lib/matplotlib/tests/baseline_images/test_image/image_bounds_handling.pnghttps://github.com/matplotlib/matplotlib/pull/31313/files#diff-9487a156cc95da225d065ef276a3ab355f995f005e846b09aa6aaa1496266cf1
View file https://github.com/ayshih/matplotlib/blob/012e83fd0354a8d23392f562bc5fdc439532c86b/lib/matplotlib/tests/baseline_images/test_image/image_bounds_handling.png
Open in desktop https://desktop.github.com
Reload?https://github.com/matplotlib/matplotlib/pull/31313/files
lib/matplotlib/tests/test_image.pyhttps://github.com/matplotlib/matplotlib/pull/31313/files#diff-8a96f32702b9c91b992e6cc9cb438eaaa26993101dbf40ea31ccbc097b47f68a
View file https://github.com/ayshih/matplotlib/blob/012e83fd0354a8d23392f562bc5fdc439532c86b/lib/matplotlib/tests/test_image.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31313/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-8a96f32702b9c91b992e6cc9cb438eaaa26993101dbf40ea31ccbc097b47f68a
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-8a96f32702b9c91b992e6cc9cb438eaaa26993101dbf40ea31ccbc097b47f68a
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-8a96f32702b9c91b992e6cc9cb438eaaa26993101dbf40ea31ccbc097b47f68a
QuLogichttps://github.com/QuLogic
Mar 19, 2026https://github.com/matplotlib/matplotlib/pull/31313/files#r2962168152
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31313/files
ayshihhttps://github.com/ayshih
Mar 20, 2026https://github.com/matplotlib/matplotlib/pull/31313/files#r2963938421
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31313/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31313/files
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-8a96f32702b9c91b992e6cc9cb438eaaa26993101dbf40ea31ccbc097b47f68a
...olkits/axes_grid1/tests/baseline_images/test_axes_grid1/imagegrid_cbar_mode.pnghttps://github.com/matplotlib/matplotlib/pull/31313/files#diff-b363056722fda93e6c1a8ac3cd0d423ed11f1da95b93b4c5115ee384fcc8d15d
View file https://github.com/ayshih/matplotlib/blob/012e83fd0354a8d23392f562bc5fdc439532c86b/lib/mpl_toolkits/axes_grid1/tests/baseline_images/test_axes_grid1/imagegrid_cbar_mode.png
Open in desktop https://desktop.github.com
Reload?https://github.com/matplotlib/matplotlib/pull/31313/files
src/_image_resample.hhttps://github.com/matplotlib/matplotlib/pull/31313/files#diff-fd1f3677b02cd792d5c1d3fd60bfb090d7d5aaec88d5efbf4990a7ff0bec626b
View file https://github.com/ayshih/matplotlib/blob/012e83fd0354a8d23392f562bc5fdc439532c86b/src/_image_resample.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31313/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-fd1f3677b02cd792d5c1d3fd60bfb090d7d5aaec88d5efbf4990a7ff0bec626b
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-fd1f3677b02cd792d5c1d3fd60bfb090d7d5aaec88d5efbf4990a7ff0bec626b
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-fd1f3677b02cd792d5c1d3fd60bfb090d7d5aaec88d5efbf4990a7ff0bec626b
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-fd1f3677b02cd792d5c1d3fd60bfb090d7d5aaec88d5efbf4990a7ff0bec626b
src/agg_workaround.hhttps://github.com/matplotlib/matplotlib/pull/31313/files#diff-f2e42b33e309245761acdc810f1df7ecbe086c5f4284d9f0c01496a40c58a522
View file https://github.com/ayshih/matplotlib/blob/012e83fd0354a8d23392f562bc5fdc439532c86b/src/agg_workaround.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/31313/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-f2e42b33e309245761acdc810f1df7ecbe086c5f4284d9f0c01496a40c58a522
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-f2e42b33e309245761acdc810f1df7ecbe086c5f4284d9f0c01496a40c58a522
https://github.com/matplotlib/matplotlib/pull/31313/files#diff-f2e42b33e309245761acdc810f1df7ecbe086c5f4284d9f0c01496a40c58a522
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/31313/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.