René's URL Explorer Experiment


Title: Share and unshare axes after creation. by lkjell · Pull Request #9923 · matplotlib/matplotlib · GitHub

Open Graph Title: Share and unshare axes after creation. by lkjell · Pull Request #9923 · matplotlib/matplotlib

X Title: Share and unshare axes after creation. by lkjell · Pull Request #9923 · matplotlib/matplotlib

Description: PR Summary Implementing share and unshare axes after creation ref PR #1312. Currently sharing axes has a parent/master axes. The class attribute is _sharex, _sharey and _sharez. In addition there is a Grouper object which store which axes share their axes. Because of technical limitation, it is suggested that sharing should be transitive and there is no master axes. That is if the master axes is unshared the other axes in the group will still share their axes. The parent/master attribute are kept for backward compatibility of the behaviour of cla(). Reverting back to WeakSet implementation to fix #4827 too. Test code import matplotlib.pyplot as plt import numpy as np t = np.arange(0.01, 5.0, 0.01) s1 = np.sin(2 * np.pi * t) s2 = np.exp(-t) s3 = np.sin(4 * np.pi * t) ax1 = plt.subplot(311) plt.plot(t, s1) ax2 = plt.subplot(312) plt.plot(t, s2) ax3 = plt.subplot(313) plt.plot(t, s3) ax1.share_x_axes(ax2) ax1.share_y_axes(ax2) # Share both axes. ax3.share_axes(ax1) plt.xlim(0.01, 5.0) ax3.unshare_y_axes() ax2.unshare_x_axes() plt.show() 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

Open Graph Description: PR Summary Implementing share and unshare axes after creation ref PR #1312. Currently sharing axes has a parent/master axes. The class attribute is _sharex, _sharey and _sharez. In addition there i...

X Description: PR Summary Implementing share and unshare axes after creation ref PR #1312. Currently sharing axes has a parent/master axes. The class attribute is _sharex, _sharey and _sharez. In addition there i...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:7a3b7797-5940-0b37-fded-ca9664221818
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idAFDA:34B0DF:1958656:2220AFB:6A5361AF
html-safe-noncecef282705c6056237fe212cfa64cc1f30b0f8cec0d0ba707e35b12ff6a8b17d8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRkRBOjM0QjBERjoxOTU4NjU2OjIyMjBBRkI6NkE1MzYxQUYiLCJ2aXNpdG9yX2lkIjoiODM4ODg0NzA3NTcxODE4OTI3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac0dbb14ac047b7aa25679faad34a519d94069b8eb94f19f8cdf44782f4fde1161
hovercard-subject-tagpull_request:156118164
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/9923/files
twitter:imagehttps://avatars.githubusercontent.com/u/6495040?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/6495040?s=400&v=4
og:image:altPR Summary Implementing share and unshare axes after creation ref PR #1312. Currently sharing axes has a parent/master axes. The class attribute is _sharex, _sharey and _sharez. In addition there i...
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/9923/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F9923%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%2F9923%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/9923/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/9923/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/9923/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9923/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9923/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
lkjellhttps://github.com/lkjell
matplotlib:masterhttps://github.com/matplotlib/matplotlib/tree/master
Conversation 53 https://github.com/matplotlib/matplotlib/pull/9923
Commits 7 https://github.com/matplotlib/matplotlib/pull/9923/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/9923/checks
Files changed https://github.com/matplotlib/matplotlib/pull/9923/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9923/files
Share and unshare axes after creation. https://github.com/matplotlib/matplotlib/pull/9923/files#top
Show all changes 7 commits https://github.com/matplotlib/matplotlib/pull/9923/files
e157edc Implementing shareaxis. lkjell Dec 4, 2017 https://github.com/matplotlib/matplotlib/pull/9923/commits/e157edce1002906f1ca9f77824713a355422b195
df83b52 Fix test related to sharing lkjell Feb 28, 2018 https://github.com/matplotlib/matplotlib/pull/9923/commits/df83b529c5ea256ea13a997d54ee3058b71a43f6
6817e54 Update api changes. lkjell Mar 10, 2018 https://github.com/matplotlib/matplotlib/pull/9923/commits/6817e547690e3fe05086db988edf7d55b7e4809d
fec3007 Simplify unshare code. lkjell Mar 14, 2018 https://github.com/matplotlib/matplotlib/pull/9923/commits/fec300740731d981cf4e400726bdfd1b99402bfa
4febb39 Simplify share code. lkjell Mar 14, 2018 https://github.com/matplotlib/matplotlib/pull/9923/commits/4febb39c5b8c40d5be8b14995185118d732a47ee
765ce77 Fix example unshare code. lkjell Mar 14, 2018 https://github.com/matplotlib/matplotlib/pull/9923/commits/765ce7720561100c7a7595a28d58b4a941e65f55
8d3acc3 Fix rebase error lkjell Jun 5, 2018 https://github.com/matplotlib/matplotlib/pull/9923/commits/8d3acc3c74dabf4c7cc74eb7be811f1496c24950
Clear filters https://github.com/matplotlib/matplotlib/pull/9923/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9923/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9923/files
2017-12-06-KL.rst https://github.com/matplotlib/matplotlib/pull/9923/files#diff-dbdcc3163f47ac1e851395a7da276540f7a8ce7eb817b29f807bc3f785f1857c
remove_old_share_axes_after_creation.rst https://github.com/matplotlib/matplotlib/pull/9923/files#diff-548ce509146f92125c9170b9a45105201366c782f1d74466ecaef2fc77de876b
2017-12-05_share_unshare_axes_after_creation.rst https://github.com/matplotlib/matplotlib/pull/9923/files#diff-960be5fc1ed7f5c8d3babb6ae60e42982d14c747f292eaacac4719de6ac701c8
share_unshare_3d_axes.py https://github.com/matplotlib/matplotlib/pull/9923/files#diff-004bdb12729480f793eda0039b12e529ea15ce9a02748cd8fb694e1ac0a69885
unshare_axis_demo.py https://github.com/matplotlib/matplotlib/pull/9923/files#diff-679a4f4d5b6980c974aeee5f6112863f9e736dee7910ae507f7ca3b87ccc5b64
_base.py https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
axis.py https://github.com/matplotlib/matplotlib/pull/9923/files#diff-04227e6d4900298b309bddab2e848da8cc638da2913c64b5dcf0d800ba2a0c16
backend_bases.py https://github.com/matplotlib/matplotlib/pull/9923/files#diff-c21fb96269cbb9b214edf0c22981b347d8b710abaad167da678242ce8a539bb2
backend_tools.py https://github.com/matplotlib/matplotlib/pull/9923/files#diff-4a62b2f66272ec1b2dddb9be7ea3dca8012451c8236b4d6496df7c54e867ee37
figure.py https://github.com/matplotlib/matplotlib/pull/9923/files#diff-01b0c7a8c4445ae46a3c055ace167e99f59dcd54dbf04c84bca2132914d2f8df
test_axes.py https://github.com/matplotlib/matplotlib/pull/9923/files#diff-ef5144bd27a700deb760ef56ccf51dc6fcfe86723f9ffa84df7f024985bf3ee7
test_pickle.py https://github.com/matplotlib/matplotlib/pull/9923/files#diff-1027bd6462841c22490c64a3c4cd10e5e260f11145a7c23f0776926113727e86
test_subplots.py https://github.com/matplotlib/matplotlib/pull/9923/files#diff-5f90188ed4d0e67a4701e66d7bef2c9c2b30d2976e54e94631f3762dc9d86016
axes3d.py https://github.com/matplotlib/matplotlib/pull/9923/files#diff-a67656224bfb26dc6de0a0f89e398cd6999377d1482aca3e867ee550ff05be57
doc/api/next_api_changes/2017-12-06-KL.rsthttps://github.com/matplotlib/matplotlib/pull/9923/files#diff-dbdcc3163f47ac1e851395a7da276540f7a8ce7eb817b29f807bc3f785f1857c
View file https://github.com/matplotlib/matplotlib/blob/8d3acc3c74dabf4c7cc74eb7be811f1496c24950/doc/api/next_api_changes/2017-12-06-KL.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/9923/{{ revealButtonHref }}
doc/api/next_api_changes/remove_old_share_axes_after_creation.rsthttps://github.com/matplotlib/matplotlib/pull/9923/files#diff-548ce509146f92125c9170b9a45105201366c782f1d74466ecaef2fc77de876b
View file https://github.com/matplotlib/matplotlib/blob/8d3acc3c74dabf4c7cc74eb7be811f1496c24950/doc/api/next_api_changes/remove_old_share_axes_after_creation.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/9923/{{ revealButtonHref }}
doc/users/next_whats_new/2017-12-05_share_unshare_axes_after_creation.rsthttps://github.com/matplotlib/matplotlib/pull/9923/files#diff-960be5fc1ed7f5c8d3babb6ae60e42982d14c747f292eaacac4719de6ac701c8
View file https://github.com/matplotlib/matplotlib/blob/8d3acc3c74dabf4c7cc74eb7be811f1496c24950/doc/users/next_whats_new/2017-12-05_share_unshare_axes_after_creation.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/9923/{{ revealButtonHref }}
examples/mplot3d/share_unshare_3d_axes.pyhttps://github.com/matplotlib/matplotlib/pull/9923/files#diff-004bdb12729480f793eda0039b12e529ea15ce9a02748cd8fb694e1ac0a69885
View file https://github.com/matplotlib/matplotlib/blob/8d3acc3c74dabf4c7cc74eb7be811f1496c24950/examples/mplot3d/share_unshare_3d_axes.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/9923/{{ revealButtonHref }}
examples/subplots_axes_and_figures/unshare_axis_demo.pyhttps://github.com/matplotlib/matplotlib/pull/9923/files#diff-679a4f4d5b6980c974aeee5f6112863f9e736dee7910ae507f7ca3b87ccc5b64
View file https://github.com/matplotlib/matplotlib/blob/8d3acc3c74dabf4c7cc74eb7be811f1496c24950/examples/subplots_axes_and_figures/unshare_axis_demo.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/9923/{{ revealButtonHref }}
jklymakhttps://github.com/jklymak
Dec 6, 2017https://github.com/matplotlib/matplotlib/pull/9923/files#r155370821
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9923/files
lkjellhttps://github.com/lkjell
Dec 7, 2017https://github.com/matplotlib/matplotlib/pull/9923/files#r155408222
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9923/files
jklymakhttps://github.com/jklymak
Dec 14, 2017https://github.com/matplotlib/matplotlib/pull/9923/files#r157020290
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9923/files
lkjellhttps://github.com/lkjell
Dec 14, 2017https://github.com/matplotlib/matplotlib/pull/9923/files#r157028736
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9923/files
lib/matplotlib/axes/_base.pyhttps://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
View file https://github.com/matplotlib/matplotlib/blob/8d3acc3c74dabf4c7cc74eb7be811f1496c24950/lib/matplotlib/axes/_base.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/9923/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
https://github.com/matplotlib/matplotlib/pull/9923/files#diff-eab8def55235f317e1ea06840d82467044586af2a7f9ec994356a14f70509b72
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/9923/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.