René's URL Explorer Experiment


Title: Added conversion from datetime to float for position and width parameters in violin plots by hasanrashid · Pull Request #30508 · matplotlib/matplotlib · GitHub

Open Graph Title: Added conversion from datetime to float for position and width parameters in violin plots by hasanrashid · Pull Request #30508 · matplotlib/matplotlib

X Title: Added conversion from datetime to float for position and width parameters in violin plots by hasanrashid · Pull Request #30508 · matplotlib/matplotlib

Description: PR summary This PR intends to close [ENH]: Support using datetimes as positions argument to violin(...) #30417 It should be possible to set the position of a violin plot to be a datetime. Currently, an attempt to do this results in this error message: TypeError: unsupported operand type(s) for +: 'float' and 'datetime.datetime' The error stems from trying to perform operations between float and datetime if datetime was provided as position arguments. The proposed solution: Converts datetimes in the "position" argument of a violin plot to float representation using date2num function in matplotlib.dates. Converts any "width" argument in the form of time difference to days. The violinplot tests in test_axes.py were successful An example that tests both "width" and "positions": Example: import datetime import matplotlib.pyplot as plt fig, ax = plt.subplots() datetimes = [ datetime.datetime(2023, 2, 10), datetime.datetime(2023, 5, 18), datetime.datetime(2023, 6, 6) ] ax.violin( [ { 'coords': datetimes, 'vals': [0.1, 0.5, 0.2], 'mean': datetimes[1], 'median': datetimes[1], 'min': datetimes[0], 'max': datetimes[-1], 'quantiles': datetimes } ], positions=[datetime.datetime(2023, 1, 1)], widths=[datetime.timedelta(days=1)] ) PR checklist "closes #30417" is in the body of the PR description to link the related issue new and changed code is tested Plotting related features are demonstrated in an example New Features and API Changes are noted with a directive and release note Documentation complies with general and docstring guidelines

Open Graph Description: PR summary This PR intends to close [ENH]: Support using datetimes as positions argument to violin(...) #30417 It should be possible to set the position of a violin plot to be a datetime. Currently...

X Description: PR summary This PR intends to close [ENH]: Support using datetimes as positions argument to violin(...) #30417 It should be possible to set the position of a violin plot to be a datetime. Currently...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:889c50b3-f5ba-bc04-3e4c-d4af30d72324
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC122:3F42A4:8AD95F:BAE496:6A556119
html-safe-noncef5c61b0f279ed2477e4a4b18a9d72ff0fe4c1b7b620c1d7d3485de2268cde199
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMTIyOjNGNDJBNDo4QUQ5NUY6QkFFNDk2OjZBNTU2MTE5IiwidmlzaXRvcl9pZCI6IjQyMTI1ODQxNzI4Njk3Mzg3NzciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaca091b53c2576e2038ef38ec4cc4580b32935d32edde864d9946fd7c72bfdec1f
hovercard-subject-tagpull_request:2794270330
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/30508/files
twitter:imagehttps://avatars.githubusercontent.com/u/3212351?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/3212351?s=400&v=4
og:image:altPR summary This PR intends to close [ENH]: Support using datetimes as positions argument to violin(...) #30417 It should be possible to set the position of a violin plot to be a datetime. Currently...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb5665c84831ed9ac4fb79519c16c9c5580ba8092fb8bb6e3e72972ec7197348e
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
release8201d0b7bc32164c4662de52242e463a356df543
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/30508/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F30508%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%2F30508%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/30508/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/30508/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/30508/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/30508/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/30508/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
hasanrashidhttps://github.com/hasanrashid
matplotlib:mainhttps://github.com/matplotlib/matplotlib/tree/main
hasanrashid:enh-30417https://github.com/hasanrashid/matplotlib/tree/enh-30417
Conversation 2 https://github.com/matplotlib/matplotlib/pull/30508
Commits 9 https://github.com/matplotlib/matplotlib/pull/30508/commits
Checks 34 https://github.com/matplotlib/matplotlib/pull/30508/checks
Files changed https://github.com/matplotlib/matplotlib/pull/30508/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/30508/files
Added conversion from datetime to float for position and width parameters in violin plots https://github.com/matplotlib/matplotlib/pull/30508/files#top
Show all changes 9 commits https://github.com/matplotlib/matplotlib/pull/30508/files
963ab32 Added conversion from datetime to float for position and width parame… hasanrashid Sep 2, 2025 https://github.com/matplotlib/matplotlib/pull/30508/commits/963ab32162955a3abe816225b8f1084b4f272fab
0f55315 Fix linting error by making lines shorter hasanrashid Sep 3, 2025 https://github.com/matplotlib/matplotlib/pull/30508/commits/0f553155f8b2d2c7341b48afed345bb0d5632af2
7034a73 Fixing trailing whitespace hasanrashid Sep 3, 2025 https://github.com/matplotlib/matplotlib/pull/30508/commits/7034a735a2a69372c5fe4a62908015d2e5e70023
2065fd2 Adding some tests for new code coverage hasanrashid Sep 6, 2025 https://github.com/matplotlib/matplotlib/pull/30508/commits/2065fd21afffd43ffcf48b6c69e8ab55037e78d4
2370aa2 pylint and ruff check errors fixed hasanrashid Sep 6, 2025 https://github.com/matplotlib/matplotlib/pull/30508/commits/2370aa23c781d3b0d2473b1cbb5efd8064e13b2f
de64e19 Added conversion from datetime to float for position and width parame… hasanrashid Sep 2, 2025 https://github.com/matplotlib/matplotlib/pull/30508/commits/de64e194d0adb09cf0c92de1acd9015d23af1acc
64b9e4c Merge branch 'matplotlib:main' into enh-30417 hasanrashid Sep 10, 2025 https://github.com/matplotlib/matplotlib/pull/30508/commits/64b9e4c015e4715b27e58b7a96aa8710e7bf18ea
4d0398d Improve error message for mismatched position and width types in viol… hasanrashid Sep 11, 2025 https://github.com/matplotlib/matplotlib/pull/30508/commits/4d0398d2b4a3209631f504500f75ec9873d756ca
5521da0 Merge branch 'enh-30417' of github.com:hasanrashid/matplotlib into en… hasanrashid Sep 11, 2025 https://github.com/matplotlib/matplotlib/pull/30508/commits/5521da0d516b9d05127edbf1beada49eaa313eae
Clear filters https://github.com/matplotlib/matplotlib/pull/30508/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/30508/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/30508/files
cibuildwheel.yml https://github.com/matplotlib/matplotlib/pull/30508/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
circleci.yml https://github.com/matplotlib/matplotlib/pull/30508/files#diff-96054046769d761cbab922bcfb9d9c1f8420711ad918902428c048af6eba22b1
codeql-analysis.yml https://github.com/matplotlib/matplotlib/pull/30508/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
labeler.yml https://github.com/matplotlib/matplotlib/pull/30508/files#diff-09b72f3c9a3e4f00ab00cd7000b302db25f056075d8895bd91b3654d6e7e956b
linting.yml https://github.com/matplotlib/matplotlib/pull/30508/files#diff-717013d02a8afac81852f25ba8ecd3cc0ca53a7f1fe25bedebfd66d6f518d21c
mypy-stubtest.yml https://github.com/matplotlib/matplotlib/pull/30508/files#diff-deabd0144f1e6fc7215d20627d43e537d489ad25a84f28a9f31ce020da822c47
pr_welcome.yml https://github.com/matplotlib/matplotlib/pull/30508/files#diff-42e82bf7d2127298153df6e0af7bf102c87e48a1514b61ef34dc4d4259a22b79
stale-tidy.yml https://github.com/matplotlib/matplotlib/pull/30508/files#diff-14ebc06e22de06b6cb26e0740a16b4bb962e95c526b26ae8093308ec0559f137
stale.yml https://github.com/matplotlib/matplotlib/pull/30508/files#diff-b5e0854ed0838024d5cc25b4e030922e34648b9ea8c432807e35495fb805b894
tests.yml https://github.com/matplotlib/matplotlib/pull/30508/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
30532-TH.rst https://github.com/matplotlib/matplotlib/pull/30508/files#diff-7e179469fa9c8ba75f02be828f15cd3de0b8bfb64e872c3e02c521a39b8e4cbb
30364-AS.rst https://github.com/matplotlib/matplotlib/pull/30508/files#diff-9d101415960159fc916b7af32b73ccb5264977de80a87b6efbe53880a883d92c
contribute.rst https://github.com/matplotlib/matplotlib/pull/30508/files#diff-4818043753a908114215dcb9a1264b64deb51d66a32ca0cf9e500057d13a37c3
development_workflow.rst https://github.com/matplotlib/matplotlib/pull/30508/files#diff-328498381409ff1b89a1d4a7a836c5d98713fc6507b6a8f13a76b4d079c1a623
pr_guide.rst https://github.com/matplotlib/matplotlib/pull/30508/files#diff-49b0e5f1188e20843061c77284b1610369283c20f25b03edfb7db39825721938
scroll_to_zoom.rst https://github.com/matplotlib/matplotlib/pull/30508/files#diff-5be9701b777965664ca6d1cbcd1c688a5204aed862ca8c21dbc67e56cf66ae7b
_axes.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
_base.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
backend_bases.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-c21fb96269cbb9b214edf0c22981b347d8b710abaad167da678242ce8a539bb2
backend_bases.pyi https://github.com/matplotlib/matplotlib/pull/30508/files#diff-9c6209d4fee39ae1e357959cbaa2b43439daf300fa5969e6d659a26f8d631d0a
backend_gtk3.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-b82974fdd131ae34e8637914da0f13f02f0ea4b5c57b7a8a5789a6faad7ebb5a
backend_gtk4.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-c6f951c5eaeaa6551a5ad177e4469f7b8d33d2b726f24b0786b8823605135fb8
backend_pdf.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
cbook.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-84a45e2dda93ad4c1d950da5c16846965aa8d96aebfe8d00acaeb83a18c1b2f0
cbook.pyi https://github.com/matplotlib/matplotlib/pull/30508/files#diff-9e93ebc66bc0251199bc5a8c1fdb3c8c725ac7846679253f9ca1da10c32f2a04
colors.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-3c08c967cdebbe0574ff68dceb5faba6cbb89ca53492e0fc3feeabc37cea37b6
dviread.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-305d738d17620dbdc421ea909267d08a18069d49b2ffd799a0bb086038b42268
dviread.pyi https://github.com/matplotlib/matplotlib/pull/30508/files#diff-31ae4adc40be8eed507db9e91526935fac908e16334c04863c48015250b050c2
kpsewhich.lua https://github.com/matplotlib/matplotlib/pull/30508/files#diff-8c5651cff2aeaf645b2fa30423d8e30320ded77b8bdb04921f3048eb5e1ae761
quiver.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-a3b700555ff77da2abf7da4b02a0f2fe0e59b3acfc7fa39829a25418828720a6
__init__.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-dff5590a4cf0f221159c2e5534cf8f989b5fa3204590c72fe3e38ec57501ac2e
__init__.pyi https://github.com/matplotlib/matplotlib/pull/30508/files#diff-4ecfb31f0fd41e9e91b7dc23ab6e5e91975f13126417df8f5a908dc029bd5792
lualatex.json https://github.com/matplotlib/matplotlib/pull/30508/files#diff-889f856ec7b081394b3051541b26032f5bf8a0eb679815afe49d775a77e3a5b4
pdflatex.json https://github.com/matplotlib/matplotlib/pull/30508/files#diff-09ec971c1c99ea40d2bd1aa40fb41c2aa65ea9c05201a3f8bc8d5eca47b76f9f
test.dvi https://github.com/matplotlib/matplotlib/pull/30508/files#diff-884c823244b625e0c926941f6ab1e5c52cc576bc69738bbbcaec469e20362f30
test.json https://github.com/matplotlib/matplotlib/pull/30508/files#diff-3517e325b22189084ccbb3a7048b42315e59d34b6e934a87162fd565cc528914
test.tex https://github.com/matplotlib/matplotlib/pull/30508/files#diff-a5dc5093556768c4b467c4e0a0e3705b7c3e64dd1ff60546673f92fb55432604
xelatex.json https://github.com/matplotlib/matplotlib/pull/30508/files#diff-40ed3cbd614b7a11ff5d7713cd0a340f43862c0db9490537dc80e3deb5de6783
test_backend_qt.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-ee95644f45380b6c0cf91171c8c048ed673628bd67f14876ddd60abe0a3e0371
test_dviread.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-3345b0167466692f064a35e9b8d81821e7a5a9e3729022212f07feca6a22d2c6
test_image.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-8a96f32702b9c91b992e6cc9cb438eaaa26993101dbf40ea31ccbc097b47f68a
test_violinplot_datetime.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-c6a77639fe9ef95439d9f38d599899d9dbff7b229606aece6ab82b479a0f23ad
textpath.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-574862438bd94ff599818f86767104b56673fa6df2ecb067a1254c842f281f4d
axes3d.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-a67656224bfb26dc6de0a0f89e398cd6999377d1482aca3e867ee550ff05be57
test_axes3d.py https://github.com/matplotlib/matplotlib/pull/30508/files#diff-4ee7ef31076edd9e71963aba58f9dd2c4378ae337561908ebcc28113e765bd27
.github/workflows/cibuildwheel.ymlhttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/.github/workflows/cibuildwheel.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-504e739c530d50b780e9a09ae8fd0c3ea8258ea7553be06afb06f03f95b1ee0a
.github/workflows/circleci.ymlhttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-96054046769d761cbab922bcfb9d9c1f8420711ad918902428c048af6eba22b1
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/.github/workflows/circleci.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-96054046769d761cbab922bcfb9d9c1f8420711ad918902428c048af6eba22b1
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-96054046769d761cbab922bcfb9d9c1f8420711ad918902428c048af6eba22b1
.github/workflows/codeql-analysis.ymlhttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/.github/workflows/codeql-analysis.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-63bd641104d10e25f141d518a16b22a151d125e12701df2f9e79734b23b90188
.github/workflows/labeler.ymlhttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-09b72f3c9a3e4f00ab00cd7000b302db25f056075d8895bd91b3654d6e7e956b
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/.github/workflows/labeler.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-09b72f3c9a3e4f00ab00cd7000b302db25f056075d8895bd91b3654d6e7e956b
.github/workflows/linting.ymlhttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-717013d02a8afac81852f25ba8ecd3cc0ca53a7f1fe25bedebfd66d6f518d21c
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/.github/workflows/linting.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-717013d02a8afac81852f25ba8ecd3cc0ca53a7f1fe25bedebfd66d6f518d21c
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-717013d02a8afac81852f25ba8ecd3cc0ca53a7f1fe25bedebfd66d6f518d21c
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-717013d02a8afac81852f25ba8ecd3cc0ca53a7f1fe25bedebfd66d6f518d21c
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-717013d02a8afac81852f25ba8ecd3cc0ca53a7f1fe25bedebfd66d6f518d21c
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-717013d02a8afac81852f25ba8ecd3cc0ca53a7f1fe25bedebfd66d6f518d21c
.github/workflows/mypy-stubtest.ymlhttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-deabd0144f1e6fc7215d20627d43e537d489ad25a84f28a9f31ce020da822c47
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/.github/workflows/mypy-stubtest.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-deabd0144f1e6fc7215d20627d43e537d489ad25a84f28a9f31ce020da822c47
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-deabd0144f1e6fc7215d20627d43e537d489ad25a84f28a9f31ce020da822c47
.github/workflows/pr_welcome.ymlhttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-42e82bf7d2127298153df6e0af7bf102c87e48a1514b61ef34dc4d4259a22b79
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/.github/workflows/pr_welcome.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-42e82bf7d2127298153df6e0af7bf102c87e48a1514b61ef34dc4d4259a22b79
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-42e82bf7d2127298153df6e0af7bf102c87e48a1514b61ef34dc4d4259a22b79
.github/workflows/stale-tidy.ymlhttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-14ebc06e22de06b6cb26e0740a16b4bb962e95c526b26ae8093308ec0559f137
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/.github/workflows/stale-tidy.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-14ebc06e22de06b6cb26e0740a16b4bb962e95c526b26ae8093308ec0559f137
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-14ebc06e22de06b6cb26e0740a16b4bb962e95c526b26ae8093308ec0559f137
.github/workflows/stale.ymlhttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-b5e0854ed0838024d5cc25b4e030922e34648b9ea8c432807e35495fb805b894
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/.github/workflows/stale.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-b5e0854ed0838024d5cc25b4e030922e34648b9ea8c432807e35495fb805b894
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-b5e0854ed0838024d5cc25b4e030922e34648b9ea8c432807e35495fb805b894
.github/workflows/tests.ymlhttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/.github/workflows/tests.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
doc/api/next_api_changes/behavior/30532-TH.rsthttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-7e179469fa9c8ba75f02be828f15cd3de0b8bfb64e872c3e02c521a39b8e4cbb
View file https://github.com/matplotlib/matplotlib/blob/c80e8aea2351395e0ffef29b922cf14ccd4d5d4c/doc/api/next_api_changes/behavior/30532-TH.rst
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/30508/files
doc/api/next_api_changes/deprecations/30364-AS.rsthttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-9d101415960159fc916b7af32b73ccb5264977de80a87b6efbe53880a883d92c
View file https://github.com/matplotlib/matplotlib/blob/c80e8aea2351395e0ffef29b922cf14ccd4d5d4c/doc/api/next_api_changes/deprecations/30364-AS.rst
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/30508/files
doc/devel/contribute.rsthttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-4818043753a908114215dcb9a1264b64deb51d66a32ca0cf9e500057d13a37c3
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/doc/devel/contribute.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-4818043753a908114215dcb9a1264b64deb51d66a32ca0cf9e500057d13a37c3
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-4818043753a908114215dcb9a1264b64deb51d66a32ca0cf9e500057d13a37c3
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-4818043753a908114215dcb9a1264b64deb51d66a32ca0cf9e500057d13a37c3
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-4818043753a908114215dcb9a1264b64deb51d66a32ca0cf9e500057d13a37c3
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-4818043753a908114215dcb9a1264b64deb51d66a32ca0cf9e500057d13a37c3
doc/devel/development_workflow.rsthttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-328498381409ff1b89a1d4a7a836c5d98713fc6507b6a8f13a76b4d079c1a623
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/doc/devel/development_workflow.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-328498381409ff1b89a1d4a7a836c5d98713fc6507b6a8f13a76b4d079c1a623
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-328498381409ff1b89a1d4a7a836c5d98713fc6507b6a8f13a76b4d079c1a623
doc/devel/pr_guide.rsthttps://github.com/matplotlib/matplotlib/pull/30508/files#diff-49b0e5f1188e20843061c77284b1610369283c20f25b03edfb7db39825721938
View file https://github.com/hasanrashid/matplotlib/blob/5521da0d516b9d05127edbf1beada49eaa313eae/doc/devel/pr_guide.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/30508/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-49b0e5f1188e20843061c77284b1610369283c20f25b03edfb7db39825721938
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-49b0e5f1188e20843061c77284b1610369283c20f25b03edfb7db39825721938
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-49b0e5f1188e20843061c77284b1610369283c20f25b03edfb7db39825721938
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-49b0e5f1188e20843061c77284b1610369283c20f25b03edfb7db39825721938
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-49b0e5f1188e20843061c77284b1610369283c20f25b03edfb7db39825721938
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-49b0e5f1188e20843061c77284b1610369283c20f25b03edfb7db39825721938
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-49b0e5f1188e20843061c77284b1610369283c20f25b03edfb7db39825721938
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-49b0e5f1188e20843061c77284b1610369283c20f25b03edfb7db39825721938
https://github.com/matplotlib/matplotlib/pull/30508/files#diff-49b0e5f1188e20843061c77284b1610369283c20f25b03edfb7db39825721938
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/30508/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/30508/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.