René's URL Explorer Experiment


Title: BUGFIX: use true bbox for rasters in backend_mixed by brunobeltran · Pull Request #17182 · matplotlib/matplotlib · GitHub

Open Graph Title: BUGFIX: use true bbox for rasters in backend_mixed by brunobeltran · Pull Request #17182 · matplotlib/matplotlib

X Title: BUGFIX: use true bbox for rasters in backend_mixed by brunobeltran · Pull Request #17182 · matplotlib/matplotlib

Description: PR Summary WIP. Needs tests. Fixes #6827, and various other analogous bugs that may or may not have issues open. Right now, backend_mixed does something equivalent to (excuse the abuse of notation) bbox = int(bbox/72*image_dpi)*72/image_dpi to get the final width at which to place rastered output. The int() cast is required since rasterizing can only happen into integer numbers of pixels. This PR adds some methods to MixedModeRenderer that wrap each draw_* function, allowing us to manually keep around the original desired bbox of each rasterized component, allowing it to be scaled back to fit correctly. This means that for mixed-mode renders, dpi= is now a suggestion (the true dpi will typically be off by <1%, but can be off by quite a bit for very low dpi requests). However, most people using vector output care less about the exact dpi and care a lot about things not looking randomly out of alignment. This approach was suggested by @jklymak in the discussion of #16488. The tests will stop failing once I've reimplented all of * :meth:`draw_path` * :meth:`draw_image` * :meth:`draw_gouraud_triangle` * :meth:`draw_text` * :meth:`draw_markers` * :meth:`draw_path_collection` * :meth:`draw_quad_mesh` for MixedModeRenderer. Comparison with previous behavior Code import matplotlib as mpl import matplotlib.pyplot as plt import matplotlib.cm import numpy as np mpl.rcParams['figure.dpi'] = 20 fig, ax = plt.subplots(figsize=(2, 1.5)) ax.imshow(np.array([[0, 1], [1, 0]])) ax.axis('off') sm = matplotlib.cm.ScalarMappable() sm.set_array([]) plt.colorbar(sm) plt.savefig('test.svg') Old output Bboxes added in post, for emphasis: New output Bboxes align exactly PR Checklist Has Pytest style unit tests Code is Flake 8 compliant New features are documented, with examples if plot related Documentation is sphinx and numpydoc compliant Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there) Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

Open Graph Description: PR Summary WIP. Needs tests. Fixes #6827, and various other analogous bugs that may or may not have issues open. Right now, backend_mixed does something equivalent to (excuse the abuse of notation)...

X Description: PR Summary WIP. Needs tests. Fixes #6827, and various other analogous bugs that may or may not have issues open. Right now, backend_mixed does something equivalent to (excuse the abuse of notation)...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:2aea0805-3ef5-56ea-b44e-f052937b5ad8
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD5EC:D3171:EB1728:137CE17:6A51BD7B
html-safe-nonce3c693947e863db3822bcc6599fe915e925752ad9111788035467eca1773403fa
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENUVDOkQzMTcxOkVCMTcyODoxMzdDRTE3OjZBNTFCRDdCIiwidmlzaXRvcl9pZCI6IjM3ODQ3NzkxNDA2OTMwODE0NjciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac5b7c00cb2a92898ef3eb2dfa1360d867d24f39a4de58d10719cd7cf701720bfc
hovercard-subject-tagpull_request:405380126
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/17182/files
twitter:imagehttps://avatars.githubusercontent.com/u/1475390?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1475390?s=400&v=4
og:image:altPR Summary WIP. Needs tests. Fixes #6827, and various other analogous bugs that may or may not have issues open. Right now, backend_mixed does something equivalent to (excuse the abuse of notation)...
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/17182/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F17182%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%2F17182%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/17182/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/17182/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/17182/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17182/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17182/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
brunobeltranhttps://github.com/brunobeltran
matplotlib:mainhttps://github.com/matplotlib/matplotlib/tree/main
brunobeltran:colorbar-rounding-fixhttps://github.com/brunobeltran/matplotlib/tree/colorbar-rounding-fix
Conversation 32 https://github.com/matplotlib/matplotlib/pull/17182
Commits 1 https://github.com/matplotlib/matplotlib/pull/17182/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/17182/checks
Files changed https://github.com/matplotlib/matplotlib/pull/17182/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17182/files
BUGFIX: use true bbox for rasters in backend_mixed https://github.com/matplotlib/matplotlib/pull/17182/files#top
Show all changes 1 commit https://github.com/matplotlib/matplotlib/pull/17182/files
bd3ff10 BF: MixedModeRenderer scale rasters to "true" bbox brunobeltran Apr 18, 2020 https://github.com/matplotlib/matplotlib/pull/17182/commits/bd3ff10d72b8c89b3c63e3a00c68f058a2e36ec8
Clear filters https://github.com/matplotlib/matplotlib/pull/17182/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17182/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17182/files
backend_mixed.py https://github.com/matplotlib/matplotlib/pull/17182/files#diff-8e3d2f81f2b415b4e10b6502a6b3310264db70d53dbc7975650d2dcc4a6eaab9
backend_pdf.py https://github.com/matplotlib/matplotlib/pull/17182/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
backend_pgf.py https://github.com/matplotlib/matplotlib/pull/17182/files#diff-3ceb75d68efae3eba151a1bb856b1ea8467d64abcb0dc725ed3fa2e441e16fca
backend_ps.py https://github.com/matplotlib/matplotlib/pull/17182/files#diff-af28be596077d9f4ceda7df2faa04acb7a8e26e40f8f12adc0f04dede0493659
backend_svg.py https://github.com/matplotlib/matplotlib/pull/17182/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
hist2d.pdf https://github.com/matplotlib/matplotlib/pull/17182/files#diff-4ebcf8e65a01635fec11f5b09f405e63793d0cef88ac536e0b020061c2d10fe1
hist2d.svg https://github.com/matplotlib/matplotlib/pull/17182/files#diff-88bed2eee3e618b967dda1a91d0716a0ecb9ab543aea929368b5941863a73c0d
hist2d_transpose.pdf https://github.com/matplotlib/matplotlib/pull/17182/files#diff-fb105c636c675ec4ef579209da10ece0473664dd8e3c85931564a96c8f833bbd
hist2d_transpose.svg https://github.com/matplotlib/matplotlib/pull/17182/files#diff-9b55304c5ff4c09d53b0fc3653e610419dc1e62e7fbf49eb79d14258586dc0c6
pgf_mixedmode.pdf https://github.com/matplotlib/matplotlib/pull/17182/files#diff-b0701adad55037de57cd39213e2ef9e20ca51a0a54511ee9aaae002e2cdd7a6f
colorbar_raster.eps https://github.com/matplotlib/matplotlib/pull/17182/files#diff-0ea2d1772147cbd8578320d4e2c86d1b683324221275ead014183c89ada6eacb
bbox_inches_tight_raster.pdf https://github.com/matplotlib/matplotlib/pull/17182/files#diff-f9f03ff544606a8b968875b2cf5fef33d17abbcb8eebddc52e5ff2a1ab0ab5be
bbox_inches_tight_raster.svg https://github.com/matplotlib/matplotlib/pull/17182/files#diff-395a77497634b3ce8a40995c3a518d7314fdc2862897427d37be7f6295180395
constrained_layout4.svg https://github.com/matplotlib/matplotlib/pull/17182/files#diff-0d7dd9e9c8f19e2631e9b67e8c6f934c46d7256bca9e777595f93587fec04c0a
rasterize_10dpi.pdf https://github.com/matplotlib/matplotlib/pull/17182/files#diff-b8d2c89cf2e095dfb47b1128d971320782fd67c15456d3bdca5d507abe0c8a15
rasterize_10dpi.svg https://github.com/matplotlib/matplotlib/pull/17182/files#diff-b23a335d183bb4e2d3a91d20b420c22b4006ab00246f1fc3ae580f09a6b7f443
streamplot_colormap.pdf https://github.com/matplotlib/matplotlib/pull/17182/files#diff-f8776473f7686cc9a3026e78be37b707091e7f519f149cfa11a25326e911f70d
streamplot_colormap.svg https://github.com/matplotlib/matplotlib/pull/17182/files#diff-d435fc7dfe76a74c778d9aa6c7404413cf6f956f6f13dc7e98ea9b9c68dd378d
test_backend_ps.py https://github.com/matplotlib/matplotlib/pull/17182/files#diff-cf2d08e0b34617ee2ff43a9e135ae7f4563c6f888e9fc1044bf8b913c1ebed4a
lib/matplotlib/backends/backend_mixed.pyhttps://github.com/matplotlib/matplotlib/pull/17182/files#diff-8e3d2f81f2b415b4e10b6502a6b3310264db70d53dbc7975650d2dcc4a6eaab9
View file https://github.com/matplotlib/matplotlib/blob/bd3ff10d72b8c89b3c63e3a00c68f058a2e36ec8/lib/matplotlib/backends/backend_mixed.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/17182/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-8e3d2f81f2b415b4e10b6502a6b3310264db70d53dbc7975650d2dcc4a6eaab9
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-8e3d2f81f2b415b4e10b6502a6b3310264db70d53dbc7975650d2dcc4a6eaab9
oscargushttps://github.com/oscargus
Apr 24, 2023https://github.com/matplotlib/matplotlib/pull/17182/files#r1174945825
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
matplotlib/lib/matplotlib/backend_bases.pyhttps://github.com/matplotlib/matplotlib/blob/d77801ea94b06b990fc2b535a42522b45143e630/lib/matplotlib/backend_bases.py#L291-L292
d77801ehttps://github.com/matplotlib/matplotlib/commit/d77801ea94b06b990fc2b535a42522b45143e630
https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.7.0.html#draw-gouraud-trianglehttps://matplotlib.org/stable/api/prev_api_changes/api_changes_3.7.0.html#draw-gouraud-triangle
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17182/files
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-8e3d2f81f2b415b4e10b6502a6b3310264db70d53dbc7975650d2dcc4a6eaab9
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-8e3d2f81f2b415b4e10b6502a6b3310264db70d53dbc7975650d2dcc4a6eaab9
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-8e3d2f81f2b415b4e10b6502a6b3310264db70d53dbc7975650d2dcc4a6eaab9
lib/matplotlib/backends/backend_pdf.pyhttps://github.com/matplotlib/matplotlib/pull/17182/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
View file https://github.com/matplotlib/matplotlib/blob/bd3ff10d72b8c89b3c63e3a00c68f058a2e36ec8/lib/matplotlib/backends/backend_pdf.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/17182/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
lib/matplotlib/backends/backend_pgf.pyhttps://github.com/matplotlib/matplotlib/pull/17182/files#diff-3ceb75d68efae3eba151a1bb856b1ea8467d64abcb0dc725ed3fa2e441e16fca
View file https://github.com/matplotlib/matplotlib/blob/bd3ff10d72b8c89b3c63e3a00c68f058a2e36ec8/lib/matplotlib/backends/backend_pgf.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/17182/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-3ceb75d68efae3eba151a1bb856b1ea8467d64abcb0dc725ed3fa2e441e16fca
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-3ceb75d68efae3eba151a1bb856b1ea8467d64abcb0dc725ed3fa2e441e16fca
lib/matplotlib/backends/backend_ps.pyhttps://github.com/matplotlib/matplotlib/pull/17182/files#diff-af28be596077d9f4ceda7df2faa04acb7a8e26e40f8f12adc0f04dede0493659
View file https://github.com/matplotlib/matplotlib/blob/bd3ff10d72b8c89b3c63e3a00c68f058a2e36ec8/lib/matplotlib/backends/backend_ps.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/17182/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-af28be596077d9f4ceda7df2faa04acb7a8e26e40f8f12adc0f04dede0493659
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-af28be596077d9f4ceda7df2faa04acb7a8e26e40f8f12adc0f04dede0493659
lib/matplotlib/backends/backend_svg.pyhttps://github.com/matplotlib/matplotlib/pull/17182/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
View file https://github.com/matplotlib/matplotlib/blob/bd3ff10d72b8c89b3c63e3a00c68f058a2e36ec8/lib/matplotlib/backends/backend_svg.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/17182/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
https://github.com/matplotlib/matplotlib/pull/17182/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
lib/matplotlib/tests/baseline_images/test_axes/hist2d.pdfhttps://github.com/matplotlib/matplotlib/pull/17182/files#diff-4ebcf8e65a01635fec11f5b09f405e63793d0cef88ac536e0b020061c2d10fe1
View file https://github.com/matplotlib/matplotlib/blob/bd3ff10d72b8c89b3c63e3a00c68f058a2e36ec8/lib/matplotlib/tests/baseline_images/test_axes/hist2d.pdf
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17182/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.