René's URL Explorer Experiment


Title: Add capstyle and joinstyle attributes to Collection class (Issue #8277) by simonpf · Pull Request #9523 · matplotlib/matplotlib · GitHub

Open Graph Title: Add capstyle and joinstyle attributes to Collection class (Issue #8277) by simonpf · Pull Request #9523 · matplotlib/matplotlib

X Title: Add capstyle and joinstyle attributes to Collection class (Issue #8277) by simonpf · Pull Request #9523 · matplotlib/matplotlib

Description: PR Summary Adds _capstyle and _joinstyle attributes as well as corresponding setters to Collection class. Changes draw class method to set capstyle and joinstyle of renderer accordingly. This solves the problem of not being able to set capstyle and joinstyle of LineCollection (Issue #8277). PR Checklist Has Pytest style unit tests Code is PEP 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 Example import matplotlib.pyplot as plt from matplotlib.collections import LineCollection from matplotlib import colors as mcolors import numpy as np x = np.arange(100) ys = x[::10, np.newaxis] + (x + 10.0 * np.random.rand(*x.shape))[np.newaxis, :] segs = np.zeros((10, 100, 2), float) segs[:, :, 1] = ys segs[:, :, 0] = x segs = np.ma.masked_where((segs > 50) & (segs < 60), segs) ax = plt.axes() ax.set_xlim(x.min(), x.max()) ax.set_ylim(ys.min(), ys.max()) colors = [mcolors.to_rgba(c) for c in plt.rcParams['axes.prop_cycle'].by_key()['color']] line_segments = LineCollection(segs, linewidths=(2, 3, 4, 5), colors=colors, linestyle='solid') line_segments.set_joinstyle("miter") line_segments.set_capstyle("round") ax.add_collection(line_segments) ax.set_title('Line collection with masked arrays') plt.show()

Open Graph Description: PR Summary Adds _capstyle and _joinstyle attributes as well as corresponding setters to Collection class. Changes draw class method to set capstyle and joinstyle of renderer accordingly. This sol...

X Description: PR Summary Adds _capstyle and _joinstyle attributes as well as corresponding setters to Collection class. Changes draw class method to set capstyle and joinstyle of renderer accordingly. This sol...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:503f73c7-ce4c-e445-78c0-7ca967d2583f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id92FA:A6D52:6262B02:8A2F46A:6A502E31
html-safe-noncef7220191b55b992ce1012a7fa3782a17b4e58f4958508e1e1e95545c5bcc1800
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MkZBOkE2RDUyOjYyNjJCMDI6OEEyRjQ2QTo2QTUwMkUzMSIsInZpc2l0b3JfaWQiOiI5MTUxNzE5OTYyNTI3NjczOTA1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac96c6a8c2b8d32c27306fd32864cb5c6306c595b715853052a39e7167f5ac3439
hovercard-subject-tagpull_request:148003711
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/9523/files
twitter:imagehttps://avatars.githubusercontent.com/u/6934149?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/6934149?s=400&v=4
og:image:altPR Summary Adds _capstyle and _joinstyle attributes as well as corresponding setters to Collection class. Changes draw class method to set capstyle and joinstyle of renderer accordingly. This sol...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noned6dc8294eb500fa36bbc57472d61fe87c522f9c3c1d64f70f4926f66a66a7efb
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
released90666eaf032b7eb8975a378efe38e37f4ebb96c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/9523/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F9523%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%2F9523%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/9523/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/9523/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/9523/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9523/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9523/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 411 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
NelleVhttps://github.com/NelleV
matplotlib:masterhttps://github.com/matplotlib/matplotlib/tree/master
simonpf:hacktoberfesthttps://github.com/simonpf/matplotlib/tree/hacktoberfest
Conversation 19 https://github.com/matplotlib/matplotlib/pull/9523
Commits 4 https://github.com/matplotlib/matplotlib/pull/9523/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/9523/checks
Files changed https://github.com/matplotlib/matplotlib/pull/9523/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9523/files
Add capstyle and joinstyle attributes to Collection class (Issue #8277) https://github.com/matplotlib/matplotlib/pull/9523/files#top
Show all changes 4 commits https://github.com/matplotlib/matplotlib/pull/9523/files
baa5b59 Added capstyle and joinstyle attributes to Collection class. Oct 22, 2017 https://github.com/matplotlib/matplotlib/pull/9523/commits/baa5b5947990bc5027493d3d4f2c09f92436bc8f
e56e3ba Added test cases for setting of capstyle and joinstyle attributes. Oct 22, 2017 https://github.com/matplotlib/matplotlib/pull/9523/commits/e56e3baa050ab7a4c2c707d22dc51de3c99fe3d7
8833778 Added image test for capstyle and joinstyle of Collection class Oct 23, 2017 https://github.com/matplotlib/matplotlib/pull/9523/commits/883377842170e83204bbca1d8e2f55255f2ac64e
36b9c46 Added whatsnew entry. Oct 23, 2017 https://github.com/matplotlib/matplotlib/pull/9523/commits/36b9c4657f2ce4b4888572fb9a58811b847fa386
Clear filters https://github.com/matplotlib/matplotlib/pull/9523/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9523/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9523/files
whats_new.rst https://github.com/matplotlib/matplotlib/pull/9523/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
collections.py https://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
cap_and_joinstyle.png https://github.com/matplotlib/matplotlib/pull/9523/files#diff-57e9ed04b155af3ac34c5bca5450d0216dfa77a6b93c8e24c41a37bfb10eb235
test_collections.py https://github.com/matplotlib/matplotlib/pull/9523/files#diff-6862748ea80410b218b68ce4a5af65b38140420e1e408e76be5de3d241d34be6
doc/users/whats_new.rsthttps://github.com/matplotlib/matplotlib/pull/9523/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
View file https://github.com/simonpf/matplotlib/blob/36b9c4657f2ce4b4888572fb9a58811b847fa386/doc/users/whats_new.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/9523/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
tacaswellhttps://github.com/tacaswell
Oct 30, 2017https://github.com/matplotlib/matplotlib/pull/9523/files#r147603389
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9523/files
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-b26e3f11c50861d048c88a9234635d07737ba1da19e187059b89af98c7bf7cae
lib/matplotlib/collections.pyhttps://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
View file https://github.com/simonpf/matplotlib/blob/36b9c4657f2ce4b4888572fb9a58811b847fa386/lib/matplotlib/collections.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/9523/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
NelleVhttps://github.com/NelleV
Oct 22, 2017https://github.com/matplotlib/matplotlib/pull/9523/files#r146144908
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9523/files
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
NelleVhttps://github.com/NelleV
Oct 22, 2017https://github.com/matplotlib/matplotlib/pull/9523/files#r146142686
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9523/files
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-0563f83260b79acbd260c8f0207b01ba8182df37bf2ccd9216d9a3c6a70cbf29
lib/matplotlib/tests/baseline_images/test_collections/cap_and_joinstyle.pnghttps://github.com/matplotlib/matplotlib/pull/9523/files#diff-57e9ed04b155af3ac34c5bca5450d0216dfa77a6b93c8e24c41a37bfb10eb235
View file https://github.com/simonpf/matplotlib/blob/36b9c4657f2ce4b4888572fb9a58811b847fa386/lib/matplotlib/tests/baseline_images/test_collections/cap_and_joinstyle.png
Open in desktop https://desktop.github.com
Reload?https://github.com/matplotlib/matplotlib/pull/9523/files
lib/matplotlib/tests/test_collections.pyhttps://github.com/matplotlib/matplotlib/pull/9523/files#diff-6862748ea80410b218b68ce4a5af65b38140420e1e408e76be5de3d241d34be6
View file https://github.com/simonpf/matplotlib/blob/36b9c4657f2ce4b4888572fb9a58811b847fa386/lib/matplotlib/tests/test_collections.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/9523/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-6862748ea80410b218b68ce4a5af65b38140420e1e408e76be5de3d241d34be6
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-6862748ea80410b218b68ce4a5af65b38140420e1e408e76be5de3d241d34be6
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-6862748ea80410b218b68ce4a5af65b38140420e1e408e76be5de3d241d34be6
https://github.com/matplotlib/matplotlib/pull/9523/files#diff-6862748ea80410b218b68ce4a5af65b38140420e1e408e76be5de3d241d34be6
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.