René's URL Explorer Experiment


Title: PDF backend can now do alpha on hatches. by mnmelo · Pull Request #17049 · matplotlib/matplotlib · GitHub

Open Graph Title: PDF backend can now do alpha on hatches. by mnmelo · Pull Request #17049 · matplotlib/matplotlib

X Title: PDF backend can now do alpha on hatches. by mnmelo · Pull Request #17049 · matplotlib/matplotlib

Description: PR Summary Studied a bit of .PDF and I got this working. Turns out the transparency graphics states (ExtGState) weren't being taught to the hatch pattern writing routine. This completes the fix of hatch alpha on SVG and PDF (#16883). Furthermore, I noticed, after the previous PR (#16890), that there was a bit of mixed behavior between 2 cases: 1. when a Patch edgecolor (and therefore its hatch_color) has alpha; or 2. when the entire Patch has alpha. Case 1 is what I had tried to fix in #16890; however, the test I was relying on was of case 2. Case 2 is more logically and elegantly rendered by doing edge+hatch full opacity and then within an object with alpha. Digging a bit deeper I found I could implement this case 2 behavior by extending the forced_alpha concept to the SVG and PDF renderers: if the parent Patch or Collection has a global alpha, ignore the ones of the elements. I updated two test_artist.py tests to better cover these cases (no added baselines images). The following images showcase the results of the SVG and PDF hatching test, after conversion to PNG. The rightmost, orange-tinted shapes are the ones where alpha was set; on the top diamond only on the edgecolor, on the bottom one on the entire Rectangle: SVG Notice in the top-right shapes how the edge and face/hatch overlap. This no longer occurs if the alpha is set on the entire object (but then the fill is also affected). PDF Notice again in the top-right shape that PDF is cleaner in handling the edge overlap with the face and hatch of the same Patch. It's rendered as a group that is internally opaque (the edge completely occludes the fill and hatch) but still transparent at the edges (I guess this is called a knockout group? I didn't add anything specific to this end). I'm not sure SVG could allow for this but would be cool/cleaner if it did. Feedback appreciated. 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 Studied a bit of .PDF and I got this working. Turns out the transparency graphics states (ExtGState) weren't being taught to the hatch pattern writing routine. This completes the fix...

X Description: PR Summary Studied a bit of .PDF and I got this working. Turns out the transparency graphics states (ExtGState) weren't being taught to the hatch pattern writing routine. This completes the...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:99e1b741-5fa4-f631-debc-fd1499077e2a
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idAB6E:164416:A50A5:DB86F:6A52BE20
html-safe-nonce815045512a3ceb6875edceab9d8782e38ddeda10c292780bdf0c9661abdb1409
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQjZFOjE2NDQxNjpBNTBBNTpEQjg2Rjo2QTUyQkUyMCIsInZpc2l0b3JfaWQiOiI1MTY0NzQ3NDI5OTA4NzU4MDQ4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac51496693a3e3b6f530ce4ca1234077fad2efd2aaba10cb3e52fa62b7266fa6da
hovercard-subject-tagpull_request:399775470
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/17049/files
twitter:imagehttps://avatars.githubusercontent.com/u/11721337?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/11721337?s=400&v=4
og:image:altPR Summary Studied a bit of .PDF and I got this working. Turns out the transparency graphics states (ExtGState) weren't being taught to the hatch pattern writing routine. This completes the fix...
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/17049/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F17049%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%2F17049%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/17049/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/17049/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/17049/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17049/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17049/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
mnmelohttps://github.com/mnmelo
matplotlib:mainhttps://github.com/matplotlib/matplotlib/tree/main
mnmelo:pdf_hatch_alphahttps://github.com/mnmelo/matplotlib/tree/pdf_hatch_alpha
Conversation 23 https://github.com/matplotlib/matplotlib/pull/17049
Commits 1 https://github.com/matplotlib/matplotlib/pull/17049/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/17049/checks
Files changed https://github.com/matplotlib/matplotlib/pull/17049/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17049/files
PDF backend can now do alpha on hatches. https://github.com/matplotlib/matplotlib/pull/17049/files#top
Show all changes 1 commit https://github.com/matplotlib/matplotlib/pull/17049/files
83d2017 PDF backend can now do alpha on hatches. mnmelo Apr 6, 2020 https://github.com/matplotlib/matplotlib/pull/17049/commits/83d2017b4a62bfd5cd85b6155d364df1e9bd8b6f
Clear filters https://github.com/matplotlib/matplotlib/pull/17049/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17049/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17049/files
2020-03-24-svg-hatch-alpha.rst https://github.com/matplotlib/matplotlib/pull/17049/files#diff-68a01db0322f2f9ad0b8309877ec302b529402d1d3ddc8a8f484027b9b9c87da
hatch-alpha.rst https://github.com/matplotlib/matplotlib/pull/17049/files#diff-b8d1f7f4c18ed9715290707748ee194ec01e4ef78141e7e9ff944c812fe12475
backend_pdf.py https://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
backend_svg.py https://github.com/matplotlib/matplotlib/pull/17049/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
collections.py https://github.com/matplotlib/matplotlib/pull/17049/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
clip_path_clipping.pdf https://github.com/matplotlib/matplotlib/pull/17049/files#diff-8f9c366cfc6d156a1ae9f351a23a67e10538a75dd2728feda269fcee623a5462
clip_path_clipping.png https://github.com/matplotlib/matplotlib/pull/17049/files#diff-ee642b41a1fa4801f3b7ed68f1eb5737800b75b3bbac1f791d216e33aaed58b8
clip_path_clipping.svg https://github.com/matplotlib/matplotlib/pull/17049/files#diff-9ea14533aef980614564a6099605f48531c52aa92f354d1ea741689c6abbe407
hatching.pdf https://github.com/matplotlib/matplotlib/pull/17049/files#diff-b4f709c5a85cac64c9938b7568406cda37a986ef9dbdf02662c1ea964a5f9ff8
hatching.png https://github.com/matplotlib/matplotlib/pull/17049/files#diff-9aaceae75d7a3acb98e1c371c46dd68535002182720fd58ceffdd1d2ffa61233
hatching.svg https://github.com/matplotlib/matplotlib/pull/17049/files#diff-3ddcdd0d22aad1acb46475e777c3a53cffe9f31896bcbb8467bcba360ac33118
contour_hatching.svg https://github.com/matplotlib/matplotlib/pull/17049/files#diff-6a081b6220b27abd58e2f63c2b2018c1c099429e50b3812d3d859d895283ea30
fill_black_with_alpha.svg https://github.com/matplotlib/matplotlib/pull/17049/files#diff-4e0beb3058461a3f2d33298ddabc2ee7726795fd76b97f9b65e01d53d21bab65
patch_alpha_override.svg https://github.com/matplotlib/matplotlib/pull/17049/files#diff-e511161a2a8c4dbff49262065a02ce0e0d010b1fe13919bca2cfb3f4a05342d5
test_artist.py https://github.com/matplotlib/matplotlib/pull/17049/files#diff-b0287ae4c229762a1d0ef7500f7a6245aee06a09a56f64bb8ad521afb3ba9140
poly3dcollection_alpha.png https://github.com/matplotlib/matplotlib/pull/17049/files#diff-c7e2b0e0c1f807f7d83341286747bd7d22b551448fb9643fa30ab04b0fd282b3
doc/users/next_whats_new/2020-03-24-svg-hatch-alpha.rsthttps://github.com/matplotlib/matplotlib/pull/17049/files#diff-68a01db0322f2f9ad0b8309877ec302b529402d1d3ddc8a8f484027b9b9c87da
View file https://github.com/matplotlib/matplotlib/blob/9f821e49051da54d912f5177e74b66ea37096e7d/doc/users/next_whats_new/2020-03-24-svg-hatch-alpha.rst
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17049/files
doc/users/next_whats_new/hatch-alpha.rsthttps://github.com/matplotlib/matplotlib/pull/17049/files#diff-b8d1f7f4c18ed9715290707748ee194ec01e4ef78141e7e9ff944c812fe12475
View file https://github.com/matplotlib/matplotlib/blob/83d2017b4a62bfd5cd85b6155d364df1e9bd8b6f/doc/users/next_whats_new/hatch-alpha.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/17049/{{ revealButtonHref }}
jkseppanhttps://github.com/jkseppan
Apr 8, 2020https://github.com/matplotlib/matplotlib/pull/17049/files#r405609783
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
https://matplotlib.org/3.2.0/gallery/lines_bars_and_markers/filled_step.htmlhttps://matplotlib.org/3.2.0/gallery/lines_bars_and_markers/filled_step.html
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17049/files
mnmelohttps://github.com/mnmelo
Apr 8, 2020https://github.com/matplotlib/matplotlib/pull/17049/files#r405629896
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
#7059https://github.com/matplotlib/matplotlib/issues/7059
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17049/files
lib/matplotlib/backends/backend_pdf.pyhttps://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
View file https://github.com/matplotlib/matplotlib/blob/83d2017b4a62bfd5cd85b6155d364df1e9bd8b6f/lib/matplotlib/backends/backend_pdf.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/17049/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17049/files
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-a81af365fe6fc7525d863103afd81bb197d895d19f9f9fb9814a0594fbeda75c
lib/matplotlib/backends/backend_svg.pyhttps://github.com/matplotlib/matplotlib/pull/17049/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
View file https://github.com/matplotlib/matplotlib/blob/83d2017b4a62bfd5cd85b6155d364df1e9bd8b6f/lib/matplotlib/backends/backend_svg.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/17049/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-3f7115dd582045209a3ca182f43c29176d759914b187efec3991883c2487009e
lib/matplotlib/collections.pyhttps://github.com/matplotlib/matplotlib/pull/17049/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
View file https://github.com/matplotlib/matplotlib/blob/83d2017b4a62bfd5cd85b6155d364df1e9bd8b6f/lib/matplotlib/collections.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/17049/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17049/files
https://github.com/matplotlib/matplotlib/pull/17049/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
lib/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.pdfhttps://github.com/matplotlib/matplotlib/pull/17049/files#diff-8f9c366cfc6d156a1ae9f351a23a67e10538a75dd2728feda269fcee623a5462
View file https://github.com/matplotlib/matplotlib/blob/83d2017b4a62bfd5cd85b6155d364df1e9bd8b6f/lib/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.pdf
Open in desktop https://desktop.github.com
lib/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.pnghttps://github.com/matplotlib/matplotlib/pull/17049/files#diff-ee642b41a1fa4801f3b7ed68f1eb5737800b75b3bbac1f791d216e33aaed58b8
View file https://github.com/matplotlib/matplotlib/blob/83d2017b4a62bfd5cd85b6155d364df1e9bd8b6f/lib/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.png
Open in desktop https://desktop.github.com
Reload?https://github.com/matplotlib/matplotlib/pull/17049/files
lib/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.svghttps://github.com/matplotlib/matplotlib/pull/17049/files#diff-9ea14533aef980614564a6099605f48531c52aa92f354d1ea741689c6abbe407
View file https://github.com/matplotlib/matplotlib/blob/83d2017b4a62bfd5cd85b6155d364df1e9bd8b6f/lib/matplotlib/tests/baseline_images/test_artist/clip_path_clipping.svg
Open in desktop https://desktop.github.com
Reload?https://github.com/matplotlib/matplotlib/pull/17049/files
lib/matplotlib/tests/baseline_images/test_artist/hatching.pdfhttps://github.com/matplotlib/matplotlib/pull/17049/files#diff-b4f709c5a85cac64c9938b7568406cda37a986ef9dbdf02662c1ea964a5f9ff8
View file https://github.com/matplotlib/matplotlib/blob/83d2017b4a62bfd5cd85b6155d364df1e9bd8b6f/lib/matplotlib/tests/baseline_images/test_artist/hatching.pdf
Open in desktop https://desktop.github.com
lib/matplotlib/tests/baseline_images/test_artist/hatching.pnghttps://github.com/matplotlib/matplotlib/pull/17049/files#diff-9aaceae75d7a3acb98e1c371c46dd68535002182720fd58ceffdd1d2ffa61233
View file https://github.com/matplotlib/matplotlib/blob/83d2017b4a62bfd5cd85b6155d364df1e9bd8b6f/lib/matplotlib/tests/baseline_images/test_artist/hatching.png
Open in desktop https://desktop.github.com
Reload?https://github.com/matplotlib/matplotlib/pull/17049/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/17049/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.