René's URL Explorer Experiment


Title: [ENH]: Adapt 2-dim histogram axis limits to content · Issue #26288 · matplotlib/matplotlib · GitHub

Open Graph Title: [ENH]: Adapt 2-dim histogram axis limits to content · Issue #26288 · matplotlib/matplotlib

X Title: [ENH]: Adapt 2-dim histogram axis limits to content · Issue #26288 · matplotlib/matplotlib

Description: Problem Plotting a 2-dim histogram using the hist2d function can leave a lot of excess space in the plot when using the argument cmin to exclude bins with insufficient numbers of data-points. (There's presumably a similar problem when us...

Open Graph Description: Problem Plotting a 2-dim histogram using the hist2d function can leave a lot of excess space in the plot when using the argument cmin to exclude bins with insufficient numbers of data-points. (Ther...

X Description: Problem Plotting a 2-dim histogram using the hist2d function can leave a lot of excess space in the plot when using the argument cmin to exclude bins with insufficient numbers of data-points. (Ther...

Opengraph URL: https://github.com/matplotlib/matplotlib/issues/26288

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[ENH]: Adapt 2-dim histogram axis limits to content","articleBody":"### Problem\n\nPlotting a 2-dim histogram using the `hist2d` function can leave a lot of excess space in the plot when using the argument `cmin` to exclude bins with insufficient numbers of data-points. (There's presumably a similar problem when using the argument `cmax`).\r\n\r\n    %matplotlib inline\r\n    import numpy as np\r\n    import matplotlib.pyplot as plt\r\n\r\n    # Generate random x/y values.\r\n    rng = np.random.default_rng(1234)\r\n    size = 100000\r\n    x = rng.normal(scale=10, size=size)\r\n    y = rng.normal(size=size)\r\n\r\n    # This plot has properly adjusted axis-limits.\r\n    plt.hist2d(x, y, bins=100, cmin=1);\r\n\r\n![image](https://github.com/matplotlib/matplotlib/assets/13588114/f9d89963-89f3-4cf1-86dd-55ff4efed47e)\r\n\r\n    # This plot has a lot of excess space.\r\n    plt.hist2d(x, y, bins=100, cmin=20);\r\n\r\n![image](https://github.com/matplotlib/matplotlib/assets/13588114/2df600a7-d988-466a-83f4-5bc7c3cf19c7)\r\n\n\n### Proposed solution\n\nThe following is a quick solution that seems to work. But it may be possible to make a better solution when integrating it into the `hist2d` function. It should be made as an optional argument such as `hist2d(adapt_lim=True, ...)` to adapt both x and y-axis, or specify a given axis such as `hist2d(adapt_lim='x', ...)` \r\n\r\nI don't really have time to add this to Matplotlib's code-base myself, and make sure everything is made according to your standards etc. So hopefully someone else can do it, if you like the feature. Thanks!\r\n\r\n    # Plot 2-dim histogram and get bins and edges.\r\n    h, xedges, yedges, _ = plt.hist2d(x, y, bins=100, cmin=20);\r\n\r\n    # Boolean mask whether a bin is actually used in the 2-dim grid.\r\n    mask = ~np.isnan(h)\r\n\r\n    # Flattened boolean masks whether a bin is actually used for each axis.\r\n    mask_flat_x = np.any(mask, axis=1)\r\n    mask_flat_y = np.any(mask, axis=0)\r\n\r\n    # Get x-axis min/max for bins that are actually used.\r\n    x_min = xedges[:-1][mask_flat_x].min()\r\n    x_max = xedges[1:][mask_flat_x].max()\r\n\r\n    # Get y-axis min/max for bins that are actually used.\r\n    y_min = yedges[:-1][mask_flat_y].min()\r\n    y_max = yedges[1:][mask_flat_y].max()\r\n\r\n    # Adjust x-axis limits to have a little padding.\r\n    x_pad = 0.01 * (x_max - x_min)\r\n    plt.xlim(x_min - x_pad, x_max + x_pad)\r\n\r\n    # Adjust y-axis limits to have a little padding.\r\n    y_pad = 0.01 * (y_max - y_min)\r\n    plt.ylim(y_min - y_pad, y_max + y_pad)\r\n\r\n    plt.show();\r\n\r\n![image](https://github.com/matplotlib/matplotlib/assets/13588114/c22e7bbb-5666-41f8-bda4-28229a297d16)\r\n","author":{"url":"https://github.com/Hvass-Labs","@type":"Person","name":"Hvass-Labs"},"datePublished":"2023-07-11T15:47:28.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/26288/matplotlib/issues/26288"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:9545f4fc-88fd-626d-cbf3-586db571fe55
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA9BC:159AA0:6094D2:871BDB:6A5104F4
html-safe-nonceff1227e1993d6658164cba843327f7453e4b943382bfe3ef788a9fc1367b8d91
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOUJDOjE1OUFBMDo2MDk0RDI6ODcxQkRCOjZBNTEwNEY0IiwidmlzaXRvcl9pZCI6Ijg4MzU3MzUyNDQ1ODk2NDIxMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6c69bbe5c0b08b91938b436637b0faf9b7a7861b20f5ce173c8e1d0ea5e55c26
hovercard-subject-tagissue:1799236229
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/26288/issue_layout
twitter:imagehttps://opengraph.githubassets.com/877ac17d14933761a4918b7fa1069bcfd8dbe04b456f70789ec4245b02b3c95a/matplotlib/matplotlib/issues/26288
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/877ac17d14933761a4918b7fa1069bcfd8dbe04b456f70789ec4245b02b3c95a/matplotlib/matplotlib/issues/26288
og:image:altProblem Plotting a 2-dim histogram using the hist2d function can leave a lot of excess space in the plot when using the argument cmin to exclude bins with insufficient numbers of data-points. (Ther...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameHvass-Labs
hostnamegithub.com
expected-hostnamegithub.com
None38906a4da4e3e9fd88dfeacee232f5932c0c5f7495de3b4efc53ddfac7173d12
turbo-cache-controlno-preview
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
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release90441ea9b98e7491aa6ebcd135fccce4e2396f48
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/26288#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F26288
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%2Fissues%2F26288
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/issues/26288
Reloadhttps://github.com/matplotlib/matplotlib/issues/26288
Reloadhttps://github.com/matplotlib/matplotlib/issues/26288
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/26288
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/26288
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 410 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
[ENH]: Adapt 2-dim histogram axis limits to contenthttps://github.com/matplotlib/matplotlib/issues/26288#top
New featurehttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22New%20feature%22
https://github.com/Hvass-Labs
Hvass-Labshttps://github.com/Hvass-Labs
on Jul 11, 2023https://github.com/matplotlib/matplotlib/issues/26288#issue-1799236229
https://private-user-images.githubusercontent.com/13588114/252717626-f9d89963-89f3-4cf1-86dd-55ff4efed47e.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM2OTQ4ODEsIm5iZiI6MTc4MzY5NDU4MSwicGF0aCI6Ii8xMzU4ODExNC8yNTI3MTc2MjYtZjlkODk5NjMtODlmMy00Y2YxLTg2ZGQtNTVmZjRlZmVkNDdlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzEwVDE0NDMwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNjYmZmNDc4ZmUxYWRhNjI4ZjU0MmIxZTQ5NWE0NTc0MmJjNGE2ZTIwYzAxMDQxNGZiODg3ZWYwMGZkNGY0OTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.wpCqHmHtuuNvCQc46Aew9IkvS2WnTW53Hs3IVjeeVM8
https://private-user-images.githubusercontent.com/13588114/252717722-2df600a7-d988-466a-83f4-5bc7c3cf19c7.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM2OTQ4ODEsIm5iZiI6MTc4MzY5NDU4MSwicGF0aCI6Ii8xMzU4ODExNC8yNTI3MTc3MjItMmRmNjAwYTctZDk4OC00NjZhLTgzZjQtNWJjN2MzY2YxOWM3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzEwVDE0NDMwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdmN2E3NzI4NzdkOWY3NWRlNGE1N2NiMWU2MTc0ZGU0MzdlNGIzYzdlODA2NDZlNjFmMzYyMzJmMDQxZWVlOTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.QvsT0tXNJ5-ld7gRwJQPGiAO_uWwq_OHKNelh-XNmG0
https://private-user-images.githubusercontent.com/13588114/252718112-c22e7bbb-5666-41f8-bda4-28229a297d16.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM2OTQ4ODEsIm5iZiI6MTc4MzY5NDU4MSwicGF0aCI6Ii8xMzU4ODExNC8yNTI3MTgxMTItYzIyZTdiYmItNTY2Ni00MWY4LWJkYTQtMjgyMjlhMjk3ZDE2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzEwVDE0NDMwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUzMDFkZWM2ZGIzM2MzYzRmN2FhYzllNDUwMDdjZGM1OTQ4Mjc5ZDlhN2NjNDNjMmY0MWJhOThmODBiYzg5YTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.Y3hjxtmGEMgQmJWvw3bgDwiZj7iEIAOn_ys47JvgLq4
New featurehttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22New%20feature%22
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.