René's URL Explorer Experiment


Title: Timer consistency across backends by greglucas · Pull Request #29062 · matplotlib/matplotlib · GitHub

Open Graph Title: Timer consistency across backends by greglucas · Pull Request #29062 · matplotlib/matplotlib

X Title: Timer consistency across backends by greglucas · Pull Request #29062 · matplotlib/matplotlib

Description: PR summary Currently, all of the backend timers have subtly different behavior relating to long-running callbacks. Meaning we don't make any guarantees about when the timers will fire currently and it is the wild-west of what will happen. This PR has quite a few things going on to try and bring these all into consistency and adds tests for these cases. I'll describe the main updates below: default backend main loop This is a really bad error IMO. We are currently running the loop for x number of sleeps(), but if the callback takes longer than the sleep duration this makes the runloop run longer than a user requested. I have updated this to be dependent on total duration within the loop. interval updates When setting the interval or singleshot attribute of a timer, we would always call the underlying start() again. Meaning that this would trigger a timer "reset" in a sense, even if the interval was exactly the same as before (i.e. setting it constantly in a loop). I have updated this to only "reset"/"restart" the timer if the value has changed. Tk We need to keep track of the expected firing time ourselves since there is no repeating timer. We keep track of the original requested firing time and the callback trigger to account for the case of a callback taking longer than the repeat timer when we actually want the timer to fire immediately and not on the next interval. Added singleshot and interval handler updates. wx Added singleshot update handler. macos Added an asynchronous dispatch to the main queue. This prevents timer drift with synchronous slow callbacks. Added singleshot and interval update handling. Removed previously started repeating timer testing Added a test for a slow callback to the interactive timers and refactored the tests to try to process in parallel and reduce some of the time spent in the tests. closes #28647 closes #29029 closes #29076 PR checklist "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 Currently, all of the backend timers have subtly different behavior relating to long-running callbacks. Meaning we don't make any guarantees about when the timers will fire currently...

X Description: PR summary Currently, all of the backend timers have subtly different behavior relating to long-running callbacks. Meaning we don't make any guarantees about when the timers will fire curre...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:703abb8a-6de9-7d60-8286-4bfcb83014e7
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD0CC:FBCF6:4FBFBE:6A239F:6A5233D7
html-safe-nonce61f25cc359fd524aeba893f180b3c9c5ebd8410dd89e595c210e3c9737b895e6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMENDOkZCQ0Y2OjRGQkZCRTo2QTIzOUY6NkE1MjMzRDciLCJ2aXNpdG9yX2lkIjoiNDU4NjI4ODQ4MjcyNTU0MDgyMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb3d1aab3d72d04db599378a24540d1d3edb8ce0a76f9f6ccf75dfc146d226957
hovercard-subject-tagpull_request:2158513030
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/29062/files
twitter:imagehttps://avatars.githubusercontent.com/u/12417828?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/12417828?s=400&v=4
og:image:altPR summary Currently, all of the backend timers have subtly different behavior relating to long-running callbacks. Meaning we don't make any guarantees about when the timers will fire currently...
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
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/29062/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F29062%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%2F29062%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/29062/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/29062/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/29062/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/29062/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/29062/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 409 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
greglucashttps://github.com/greglucas
matplotlib:mainhttps://github.com/matplotlib/matplotlib/tree/main
greglucas:timer-consistencyhttps://github.com/greglucas/matplotlib/tree/timer-consistency
Conversation 9 https://github.com/matplotlib/matplotlib/pull/29062
Commits 13 https://github.com/matplotlib/matplotlib/pull/29062/commits
Checks 38 https://github.com/matplotlib/matplotlib/pull/29062/checks
Files changed 6 https://github.com/matplotlib/matplotlib/pull/29062/files
Timer consistency across backends https://github.com/matplotlib/matplotlib/pull/29062/files#top
Show all changes 13 commits https://github.com/matplotlib/matplotlib/pull/29062/files
233fc2a FIX: Add update capability to interval/singleshot timer properties greglucas Oct 24, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/233fc2a99b13454cb94688239151237019bd06d5
94b8ae4 MNT/TST: Refactor test-interactive-timers to reduce test time greglucas Oct 25, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/94b8ae4d70df6c32a5a3875db1c61fb2c2a95139
13289af FIX: Event loop timers should only run for the specified time greglucas Oct 25, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/13289af59679d31872eb7ee939c1f9c2e6a8e132
c1c8e7a FIX: Add single shot update capability to TimerWx greglucas Oct 25, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/c1c8e7a76e993ef215ebb82e9d281cb75b0e9d3b
5f0359e FIX: Only call timer updates when things change on the timer greglucas Oct 25, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/5f0359ec7db649cead8e659b366cc49a49706bc1
1408a72 FIX: Avoid drift in Tk's repeating timer greglucas Oct 25, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/1408a72aa885d23c6430c745d0bb0cd56fe41a28
e33ad7b TST: Add test for timer drift in interactive backends greglucas Oct 25, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/e33ad7b02df61639e84aed51ee8349f9686f0dbf
7d72960 TST: Add backend bases test greglucas Oct 25, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/7d7296070dfcb6f12338467b3664f511d42f6072
d06ddda FIX/ENH: macos: dispatch timer tasks asynchronously to the main loop greglucas Oct 28, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/d06ddda0f2c3484a5a78f717bc56413fddd95145
f9dbbc7 TST: Add text to identify failing tests greglucas Oct 31, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/f9dbbc739faf3096789f9eb4edbae7a476762fe8
09f22ce FIX: macos should invalidate the previous timer when creating a new one greglucas Nov 5, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/09f22cece2474f9d2308b09faa02999ac2a7b8da
ff67029 TST: Add interactive timer tests greglucas Nov 5, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/ff670293ec47769b9ea9586b045ab84ad2499431
6842ed2 TST: Update some times for interactive timer test on CI greglucas Nov 20, 2024 https://github.com/matplotlib/matplotlib/pull/29062/commits/6842ed298455a503a20a7745ec0fc4389820e396
Clear filters https://github.com/matplotlib/matplotlib/pull/29062/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/29062/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/29062/files
backend_bases.py https://github.com/matplotlib/matplotlib/pull/29062/files#diff-c21fb96269cbb9b214edf0c22981b347d8b710abaad167da678242ce8a539bb2
_backend_tk.py https://github.com/matplotlib/matplotlib/pull/29062/files#diff-0fcc17e00b4190b5c5d3fe025742c63fb70ffbd8bc9fc4fdee43064b8bc27e81
backend_wx.py https://github.com/matplotlib/matplotlib/pull/29062/files#diff-30d70e32e6418d40a97e2afc459a0a2d55bc4f8905c6420c88ddb22478047523
test_backend_bases.py https://github.com/matplotlib/matplotlib/pull/29062/files#diff-4bb8aa987dcf84bbe0a0f621a439f2e21bd78d409dcc8d90c2b465f78139b6ff
test_backends_interactive.py https://github.com/matplotlib/matplotlib/pull/29062/files#diff-b5dab748133c9dd713a6516d6a45072cedb7b587dfa23d57838d7ed17fe5283d
_macosx.m https://github.com/matplotlib/matplotlib/pull/29062/files#diff-f8af2176752b51c29acf55ec5cc5d912f5459e19ed40559edcd78aaf7a6f6863
lib/matplotlib/backend_bases.pyhttps://github.com/matplotlib/matplotlib/pull/29062/files#diff-c21fb96269cbb9b214edf0c22981b347d8b710abaad167da678242ce8a539bb2
View file https://github.com/matplotlib/matplotlib/blob/6842ed298455a503a20a7745ec0fc4389820e396/lib/matplotlib/backend_bases.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/29062/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-c21fb96269cbb9b214edf0c22981b347d8b710abaad167da678242ce8a539bb2
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-c21fb96269cbb9b214edf0c22981b347d8b710abaad167da678242ce8a539bb2
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-c21fb96269cbb9b214edf0c22981b347d8b710abaad167da678242ce8a539bb2
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-c21fb96269cbb9b214edf0c22981b347d8b710abaad167da678242ce8a539bb2
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-c21fb96269cbb9b214edf0c22981b347d8b710abaad167da678242ce8a539bb2
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-c21fb96269cbb9b214edf0c22981b347d8b710abaad167da678242ce8a539bb2
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-c21fb96269cbb9b214edf0c22981b347d8b710abaad167da678242ce8a539bb2
lib/matplotlib/backends/_backend_tk.pyhttps://github.com/matplotlib/matplotlib/pull/29062/files#diff-0fcc17e00b4190b5c5d3fe025742c63fb70ffbd8bc9fc4fdee43064b8bc27e81
View file https://github.com/matplotlib/matplotlib/blob/6842ed298455a503a20a7745ec0fc4389820e396/lib/matplotlib/backends/_backend_tk.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/29062/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-0fcc17e00b4190b5c5d3fe025742c63fb70ffbd8bc9fc4fdee43064b8bc27e81
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-0fcc17e00b4190b5c5d3fe025742c63fb70ffbd8bc9fc4fdee43064b8bc27e81
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-0fcc17e00b4190b5c5d3fe025742c63fb70ffbd8bc9fc4fdee43064b8bc27e81
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-0fcc17e00b4190b5c5d3fe025742c63fb70ffbd8bc9fc4fdee43064b8bc27e81
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-0fcc17e00b4190b5c5d3fe025742c63fb70ffbd8bc9fc4fdee43064b8bc27e81
lib/matplotlib/backends/backend_wx.pyhttps://github.com/matplotlib/matplotlib/pull/29062/files#diff-30d70e32e6418d40a97e2afc459a0a2d55bc4f8905c6420c88ddb22478047523
View file https://github.com/matplotlib/matplotlib/blob/6842ed298455a503a20a7745ec0fc4389820e396/lib/matplotlib/backends/backend_wx.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/29062/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-30d70e32e6418d40a97e2afc459a0a2d55bc4f8905c6420c88ddb22478047523
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-30d70e32e6418d40a97e2afc459a0a2d55bc4f8905c6420c88ddb22478047523
lib/matplotlib/tests/test_backend_bases.pyhttps://github.com/matplotlib/matplotlib/pull/29062/files#diff-4bb8aa987dcf84bbe0a0f621a439f2e21bd78d409dcc8d90c2b465f78139b6ff
View file https://github.com/matplotlib/matplotlib/blob/6842ed298455a503a20a7745ec0fc4389820e396/lib/matplotlib/tests/test_backend_bases.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/29062/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-4bb8aa987dcf84bbe0a0f621a439f2e21bd78d409dcc8d90c2b465f78139b6ff
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-4bb8aa987dcf84bbe0a0f621a439f2e21bd78d409dcc8d90c2b465f78139b6ff
lib/matplotlib/tests/test_backends_interactive.pyhttps://github.com/matplotlib/matplotlib/pull/29062/files#diff-b5dab748133c9dd713a6516d6a45072cedb7b587dfa23d57838d7ed17fe5283d
View file https://github.com/matplotlib/matplotlib/blob/6842ed298455a503a20a7745ec0fc4389820e396/lib/matplotlib/tests/test_backends_interactive.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/29062/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-b5dab748133c9dd713a6516d6a45072cedb7b587dfa23d57838d7ed17fe5283d
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-b5dab748133c9dd713a6516d6a45072cedb7b587dfa23d57838d7ed17fe5283d
src/_macosx.mhttps://github.com/matplotlib/matplotlib/pull/29062/files#diff-f8af2176752b51c29acf55ec5cc5d912f5459e19ed40559edcd78aaf7a6f6863
View file https://github.com/matplotlib/matplotlib/blob/6842ed298455a503a20a7745ec0fc4389820e396/src/_macosx.m
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/29062/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-f8af2176752b51c29acf55ec5cc5d912f5459e19ed40559edcd78aaf7a6f6863
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-f8af2176752b51c29acf55ec5cc5d912f5459e19ed40559edcd78aaf7a6f6863
iccirhttps://github.com/iccir
Jul 3, 2026https://github.com/matplotlib/matplotlib/pull/29062/files#r3521388630
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/29062/files
iccirhttps://github.com/iccir
Jul 3, 2026https://github.com/matplotlib/matplotlib/pull/29062/files#r3521410829
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/29062/files
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-f8af2176752b51c29acf55ec5cc5d912f5459e19ed40559edcd78aaf7a6f6863
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-f8af2176752b51c29acf55ec5cc5d912f5459e19ed40559edcd78aaf7a6f6863
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-f8af2176752b51c29acf55ec5cc5d912f5459e19ed40559edcd78aaf7a6f6863
https://github.com/matplotlib/matplotlib/pull/29062/files#diff-f8af2176752b51c29acf55ec5cc5d912f5459e19ed40559edcd78aaf7a6f6863
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/29062/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.