René's URL Explorer Experiment


Title: Support customizing antialiasing for text and annotation by stevezhang1999 · Pull Request #25775 · matplotlib/matplotlib · GitHub

Open Graph Title: Support customizing antialiasing for text and annotation by stevezhang1999 · Pull Request #25775 · matplotlib/matplotlib

X Title: Support customizing antialiasing for text and annotation by stevezhang1999 · Pull Request #25775 · matplotlib/matplotlib

Description: PR Summary Closes #25675 Change overview: now text objects and annotation objects support parameter 'antialiased'. When antialiased is not specified, it will use the value from rcParams instead. Examples are mpl.text.Text(.5, .5, "foo\nbar", antialiased=True) plt.text(0.5, 0.5, '6 inches x 2 inches', antialiased=True) ax.annotate('local max', xy=(2, 1), xytext=(3, 1.5), antialiased=False) how it is done It's realized by changing how antialiased is set in backends - draw_text() in backend_agg.py. Now we use GraphicsContext.get_antialiased() instead of rcParams['text.antialiased'] GraphicsContext object is retrieved and updated by Text and Annotation objects when draw() is called limitations Currently, it's only supported by Agg and Cairo backend. For all other backends, I didn't see they are checking rcParams['text.antialiased'] to customize text antialiasing. Note that to set antialiasing for math expressions, the only way is still using rcParams['text.antialiased'], as the process is a bit different from normal text (including annotation) notes for tests Unit tests ensure that getter/setter in Text and Annotation objects works well. I didn't include the tests for the whole pipeline because it may require uploading images. The integration test code is below - we are expected to see texts without antialiasing. The code below is for Agg. If we wnat to test with Cairo, please replace 'TkAgg' with 'GTK3Cairo' in line 14 import matplotlib as mpl import matplotlib.pyplot as plt import numpy as np import sys def is_venv(): return (hasattr(sys, 'real_prefix') or (hasattr(sys, 'base_prefix') and sys.base_prefix != sys.prefix)) print("Inside venv: ", is_venv()) mpl.use('TkAgg') print("backend: ", mpl.rcParams['backend']) print("*"*10, "simple unit test", "*"*10) txt2 = mpl.text.Text(.5, .5, "foo\nbar", antialiased=True) print("txt2.get_antialiased(): ", txt2.get_antialiased()) print("*"*35) print("Test: plt.text") mpl.rcParams['text.antialiased'] = True text_kwargs = dict(ha='center', va='center', fontsize=28, color='C1', antialiased=False) plt.subplots(figsize=(6, 2)) plt.text(0.5, 0.5, '6 inches x 2 inches', **text_kwargs) plt.show() fig, ax = plt.subplots(figsize=(3, 3)) t = np.arange(0.0, 5.0, 0.01) s = np.cos(2*np.pi*t) line, = ax.plot(t, s, lw=2) print("Test: ax.annotate") mpl.rcParams['text.antialiased'] = True ax.annotate('local max', xy=(2, 1), xytext=(3, 1.5), arrowprops=dict(facecolor='black', shrink=0.05), antialiased=False) ax.set_ylim(-2, 2) plt.show() PR Checklist Linked Issue Added "closes #0000" in the PR description to link it to the original issue. Documentation and Tests Has pytest style unit tests (and pytest passes) units tests for new getter and setter for attribute "antialiased" integrate tests for run the whole thing, please see the scripts at the end Documentation is sphinx and numpydoc compliant (the docs should build without error). N/A - no doc added New plotting related features are documented with examples. N/A - docstring already have antialiased, modification is not needed

Open Graph Description: PR Summary Closes #25675 Change overview: now text objects and annotation objects support parameter 'antialiased'. When antialiased is not specified, it will use the value from rcParams ins...

X Description: PR Summary Closes #25675 Change overview: now text objects and annotation objects support parameter 'antialiased'. When antialiased is not specified, it will use the value from rcPa...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:7f12c21b-5f41-5892-704a-a66452e045ac
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8A5E:DFD60:12B49AA:18C6C6B:6A542A54
html-safe-nonce67a06139b78b246d312f4bee115619c6a59222b077ca18cba6fe683dbda2e36a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QTVFOkRGRDYwOjEyQjQ5QUE6MThDNkM2Qjo2QTU0MkE1NCIsInZpc2l0b3JfaWQiOiI2MzUzNDAxMDkxMDI4NDI5Mzk2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac41ea0eaa34d6f292f8b01487a2e3b220f0b92211499b636d7fb68b5ee9b438af
hovercard-subject-tagpull_request:1329406960
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/25775/files
twitter:imagehttps://avatars.githubusercontent.com/u/38875181?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/38875181?s=400&v=4
og:image:altPR Summary Closes #25675 Change overview: now text objects and annotation objects support parameter 'antialiased'. When antialiased is not specified, it will use the value from rcParams ins...
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/25775/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F25775%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%2F25775%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/25775/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/25775/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/25775/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/25775/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/25775/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
oscargushttps://github.com/oscargus
matplotlib:mainhttps://github.com/matplotlib/matplotlib/tree/main
stevezhang1999:text-object-antialiashttps://github.com/stevezhang1999/matplotlib/tree/text-object-antialias
Conversation 41 https://github.com/matplotlib/matplotlib/pull/25775
Commits 4 https://github.com/matplotlib/matplotlib/pull/25775/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/25775/checks
Files changed https://github.com/matplotlib/matplotlib/pull/25775/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/25775/files
Support customizing antialiasing for text and annotation https://github.com/matplotlib/matplotlib/pull/25775/files#top
Show all changes 4 commits https://github.com/matplotlib/matplotlib/pull/25775/files
18c7a4b Support customizing antialiasing for text and annotation Apr 26, 2023 https://github.com/matplotlib/matplotlib/pull/25775/commits/18c7a4be959a11caa01fe233c99dfbc0f1dd3db8
5e5a03d streamlined image comparison tests for text antialiasing stevezhang1999 May 27, 2023 https://github.com/matplotlib/matplotlib/pull/25775/commits/5e5a03db4033cf627520e7bb2b9f037e35d184d3
5e3bab4 fix doc formatting, parameter name and spells stevezhang1999 Jun 2, 2023 https://github.com/matplotlib/matplotlib/pull/25775/commits/5e3bab499fe82f043601743b2410eac926539af8
95e0709 update text.pyi stevezhang1999 Jun 2, 2023 https://github.com/matplotlib/matplotlib/pull/25775/commits/95e070962451d2546da87853e2034de8f720e0fb
Clear filters https://github.com/matplotlib/matplotlib/pull/25775/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/25775/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/25775/files
25775-HZ.rst https://github.com/matplotlib/matplotlib/pull/25775/files#diff-6e41cb7a2a73f9ee11de92511dc84f3b2f4907d8de8042600f9e2375d6bfe14d
antialiasing_text_annotation.rst https://github.com/matplotlib/matplotlib/pull/25775/files#diff-bebb9a3851a536ccd3d5b5037595b92718d155246c70a8ec5891cb79bab37698
backend_agg.py https://github.com/matplotlib/matplotlib/pull/25775/files#diff-0a415dbb618fcfb73e6191c735f6e5a91f530d4a29b8886afdfd56604892de61
backend_cairo.py https://github.com/matplotlib/matplotlib/pull/25775/files#diff-83071d3ed40818431bae674f0481241507f614cf9631c8a174b00119e02a5493
test_text.py https://github.com/matplotlib/matplotlib/pull/25775/files#diff-48a87c3198fe994a8e31c16272b931d7dc307a88deba61086ca483ff44bacaa4
text.py https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
text.pyi https://github.com/matplotlib/matplotlib/pull/25775/files#diff-a910da57a11c3ab7b7bc845f8809056e5980a8046afb0ecc627cae270417051b
doc/api/next_api_changes/behavior/25775-HZ.rsthttps://github.com/matplotlib/matplotlib/pull/25775/files#diff-6e41cb7a2a73f9ee11de92511dc84f3b2f4907d8de8042600f9e2375d6bfe14d
View file https://github.com/stevezhang1999/matplotlib/blob/95e070962451d2546da87853e2034de8f720e0fb/doc/api/next_api_changes/behavior/25775-HZ.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/25775/{{ revealButtonHref }}
doc/users/next_whats_new/antialiasing_text_annotation.rsthttps://github.com/matplotlib/matplotlib/pull/25775/files#diff-bebb9a3851a536ccd3d5b5037595b92718d155246c70a8ec5891cb79bab37698
View file https://github.com/stevezhang1999/matplotlib/blob/95e070962451d2546da87853e2034de8f720e0fb/doc/users/next_whats_new/antialiasing_text_annotation.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/25775/{{ revealButtonHref }}
lib/matplotlib/backends/backend_agg.pyhttps://github.com/matplotlib/matplotlib/pull/25775/files#diff-0a415dbb618fcfb73e6191c735f6e5a91f530d4a29b8886afdfd56604892de61
View file https://github.com/stevezhang1999/matplotlib/blob/95e070962451d2546da87853e2034de8f720e0fb/lib/matplotlib/backends/backend_agg.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/25775/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-0a415dbb618fcfb73e6191c735f6e5a91f530d4a29b8886afdfd56604892de61
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-0a415dbb618fcfb73e6191c735f6e5a91f530d4a29b8886afdfd56604892de61
lib/matplotlib/backends/backend_cairo.pyhttps://github.com/matplotlib/matplotlib/pull/25775/files#diff-83071d3ed40818431bae674f0481241507f614cf9631c8a174b00119e02a5493
View file https://github.com/stevezhang1999/matplotlib/blob/95e070962451d2546da87853e2034de8f720e0fb/lib/matplotlib/backends/backend_cairo.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/25775/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-83071d3ed40818431bae674f0481241507f614cf9631c8a174b00119e02a5493
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-83071d3ed40818431bae674f0481241507f614cf9631c8a174b00119e02a5493
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-83071d3ed40818431bae674f0481241507f614cf9631c8a174b00119e02a5493
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/25775/files
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-83071d3ed40818431bae674f0481241507f614cf9631c8a174b00119e02a5493
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-83071d3ed40818431bae674f0481241507f614cf9631c8a174b00119e02a5493
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-83071d3ed40818431bae674f0481241507f614cf9631c8a174b00119e02a5493
lib/matplotlib/tests/test_text.pyhttps://github.com/matplotlib/matplotlib/pull/25775/files#diff-48a87c3198fe994a8e31c16272b931d7dc307a88deba61086ca483ff44bacaa4
View file https://github.com/stevezhang1999/matplotlib/blob/95e070962451d2546da87853e2034de8f720e0fb/lib/matplotlib/tests/test_text.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/25775/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-48a87c3198fe994a8e31c16272b931d7dc307a88deba61086ca483ff44bacaa4
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-48a87c3198fe994a8e31c16272b931d7dc307a88deba61086ca483ff44bacaa4
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-48a87c3198fe994a8e31c16272b931d7dc307a88deba61086ca483ff44bacaa4
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/25775/files
lib/matplotlib/text.pyhttps://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
View file https://github.com/stevezhang1999/matplotlib/blob/95e070962451d2546da87853e2034de8f720e0fb/lib/matplotlib/text.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/25775/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-2889b798b7f9a072d882bef4f0fc033db63538a9317df59fa963e9a82401bf40
lib/matplotlib/text.pyihttps://github.com/matplotlib/matplotlib/pull/25775/files#diff-a910da57a11c3ab7b7bc845f8809056e5980a8046afb0ecc627cae270417051b
View file https://github.com/stevezhang1999/matplotlib/blob/95e070962451d2546da87853e2034de8f720e0fb/lib/matplotlib/text.pyi
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/25775/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-a910da57a11c3ab7b7bc845f8809056e5980a8046afb0ecc627cae270417051b
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-a910da57a11c3ab7b7bc845f8809056e5980a8046afb0ecc627cae270417051b
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-a910da57a11c3ab7b7bc845f8809056e5980a8046afb0ecc627cae270417051b
https://github.com/matplotlib/matplotlib/pull/25775/files#diff-a910da57a11c3ab7b7bc845f8809056e5980a8046afb0ecc627cae270417051b
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.