René's URL Explorer Experiment


Title: Shared lon/lat labels for rectangular map projections · Issue #79 · proplot-dev/proplot · GitHub

Open Graph Title: Shared lon/lat labels for rectangular map projections · Issue #79 · proplot-dev/proplot

X Title: Shared lon/lat labels for rectangular map projections · Issue #79 · proplot-dev/proplot

Description: I was trying to use shared labels, but I didn't succeed to make it work for longitude and latitude. At least if we write it as for other regular 2D data with x, y, as in the documentation example: https://proplot.readthedocs.io/en/latest...

Open Graph Description: I was trying to use shared labels, but I didn't succeed to make it work for longitude and latitude. At least if we write it as for other regular 2D data with x, y, as in the documentation example: ...

X Description: I was trying to use shared labels, but I didn't succeed to make it work for longitude and latitude. At least if we write it as for other regular 2D data with x, y, as in the documentation examp...

Opengraph URL: https://github.com/proplot-dev/proplot/issues/79

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Shared lon/lat labels for rectangular map projections","articleBody":"I was trying to use **shared labels**, but I didn't succeed to make it work for **longitude** and **latitude**. At least if we write it as for other regular 2D data with x, y, as in the documentation example: https://proplot.readthedocs.io/en/latest/customizing.html#Shared-and-spanning-labels. \r\n\r\nHere is an example (data: [season_clim_diff.zip](https://github.com/lukelbd/proplot/files/3921148/season_clim_diff.zip)):\r\n```python\r\nimport xarray as xr\r\nimport proplot as plot\r\n\r\nseason_clim_diff = xr.open_dataarray('season_clim_diff.nc')\r\n\r\nf, axs = plot.subplots(\r\n    proj='cyl', proj_kw={'lon_0':180}, ncols=2, nrows=2, axwidth=3, share=3\r\n)\r\n\r\nseasons = ['DJF', 'MAM', 'JJA', 'SON']\r\n\r\nfor i, ax in enumerate(axs):\r\n    m = ax.contourf(\r\n        season_clim_diff.sel(season=seasons[i]), cmap='ColdHot', norm='midpoint'\r\n    )\r\n    ax.format(title=season_clim_diff.sel(season=seasons[i]).season.values)\r\n    \r\nf.colorbar(m, label=\"Snow Area Fraction [%]\")\r\naxs.format(\r\n    geogridlinewidth=0.5, geogridcolor='gray8', geogridalpha=0.5, \r\n    labels=True, lonlines=60, latlines=30, \r\n    coast=True, ocean=True, oceancolor='gray4',\r\n    suptitle=\"Annual snow cover bias (IPSL versus Rutgers)\", \r\n    abc=True, abcstyle='a.'\r\n)\r\n```\r\n\r\n![proplot_subplots_share](https://user-images.githubusercontent.com/20254164/70132009-9c7a2980-1683-11ea-8611-0893288d64e8.jpg)\r\n\r\nThus, with the `share=3` option I would expect that the longitudes labels of the first line and the latitudes labels of the last column won't appear.\r\n\r\n","author":{"url":"https://github.com/mickaellalande","@type":"Person","name":"mickaellalande"},"datePublished":"2019-12-04T09:56:45.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/79/proplot/issues/79"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:8bcc9e99-d734-dd3e-1b2d-7fe0d01270b0
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA596:25CC43:17247D:1EE509:697BCA19
html-safe-nonce0dfc2fc1647632edd2df4f7fb87614e8eb4f51ba044358bb0f8a01f5dd491e1e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNTk2OjI1Q0M0MzoxNzI0N0Q6MUVFNTA5OjY5N0JDQTE5IiwidmlzaXRvcl9pZCI6Ijg0MjA5NTAwNDE4MTE0NzA4NzMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaca30bb20bd4310ec08c00d83cfc545c21915c9fabe23e3b355f2857e36e8a7e73
hovercard-subject-tagissue:532571178
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/proplot-dev/proplot/79/issue_layout
twitter:imagehttps://opengraph.githubassets.com/38402dcb7252dce22bb774f04b38967d9f66ec44556fc8580f7c1b81bf21a043/proplot-dev/proplot/issues/79
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/38402dcb7252dce22bb774f04b38967d9f66ec44556fc8580f7c1b81bf21a043/proplot-dev/proplot/issues/79
og:image:altI was trying to use shared labels, but I didn't succeed to make it work for longitude and latitude. At least if we write it as for other regular 2D data with x, y, as in the documentation example: ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemickaellalande
hostnamegithub.com
expected-hostnamegithub.com
None300bc1c13c6b7e78c073c9264c722c624187bbdfc3b25a5b021396c805f56978
turbo-cache-controlno-preview
go-importgithub.com/proplot-dev/proplot git https://github.com/proplot-dev/proplot.git
octolytics-dimension-user_id108025793
octolytics-dimension-user_loginproplot-dev
octolytics-dimension-repository_id113293661
octolytics-dimension-repository_nwoproplot-dev/proplot
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id113293661
octolytics-dimension-repository_network_root_nwoproplot-dev/proplot
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
releasef571aa04a5e12a930e3b781f4b1c4b4408e5ba61
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/proplot-dev/proplot/issues/79#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fproplot-dev%2Fproplot%2Fissues%2F79
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fproplot-dev%2Fproplot%2Fissues%2F79
Sign up https://patch-diff.githubusercontent.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=proplot-dev%2Fproplot
Reloadhttps://patch-diff.githubusercontent.com/proplot-dev/proplot/issues/79
Reloadhttps://patch-diff.githubusercontent.com/proplot-dev/proplot/issues/79
Reloadhttps://patch-diff.githubusercontent.com/proplot-dev/proplot/issues/79
proplot-dev https://patch-diff.githubusercontent.com/proplot-dev
proplothttps://patch-diff.githubusercontent.com/proplot-dev/proplot
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fproplot-dev%2Fproplot
Fork 97 https://patch-diff.githubusercontent.com/login?return_to=%2Fproplot-dev%2Fproplot
Star 1.1k https://patch-diff.githubusercontent.com/login?return_to=%2Fproplot-dev%2Fproplot
Code https://patch-diff.githubusercontent.com/proplot-dev/proplot
Issues 88 https://patch-diff.githubusercontent.com/proplot-dev/proplot/issues
Pull requests 7 https://patch-diff.githubusercontent.com/proplot-dev/proplot/pulls
Discussions https://patch-diff.githubusercontent.com/proplot-dev/proplot/discussions
Actions https://patch-diff.githubusercontent.com/proplot-dev/proplot/actions
Projects 0 https://patch-diff.githubusercontent.com/proplot-dev/proplot/projects
Security 0 https://patch-diff.githubusercontent.com/proplot-dev/proplot/security
Insights https://patch-diff.githubusercontent.com/proplot-dev/proplot/pulse
Code https://patch-diff.githubusercontent.com/proplot-dev/proplot
Issues https://patch-diff.githubusercontent.com/proplot-dev/proplot/issues
Pull requests https://patch-diff.githubusercontent.com/proplot-dev/proplot/pulls
Discussions https://patch-diff.githubusercontent.com/proplot-dev/proplot/discussions
Actions https://patch-diff.githubusercontent.com/proplot-dev/proplot/actions
Projects https://patch-diff.githubusercontent.com/proplot-dev/proplot/projects
Security https://patch-diff.githubusercontent.com/proplot-dev/proplot/security
Insights https://patch-diff.githubusercontent.com/proplot-dev/proplot/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/proplot-dev/proplot/issues/79
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/proplot-dev/proplot/issues/79
Shared lon/lat labels for rectangular map projectionshttps://patch-diff.githubusercontent.com/proplot-dev/proplot/issues/79#top
featurehttps://github.com/proplot-dev/proplot/issues?q=state%3Aopen%20label%3A%22feature%22
Version 0.11https://github.com/proplot-dev/proplot/milestone/4
https://github.com/mickaellalande
https://github.com/mickaellalande
mickaellalandehttps://github.com/mickaellalande
on Dec 4, 2019https://github.com/proplot-dev/proplot/issues/79#issue-532571178
https://proplot.readthedocs.io/en/latest/customizing.html#Shared-and-spanning-labelshttps://proplot.readthedocs.io/en/latest/customizing.html#Shared-and-spanning-labels
season_clim_diff.ziphttps://github.com/lukelbd/proplot/files/3921148/season_clim_diff.zip
https://user-images.githubusercontent.com/20254164/70132009-9c7a2980-1683-11ea-8611-0893288d64e8.jpg
featurehttps://github.com/proplot-dev/proplot/issues?q=state%3Aopen%20label%3A%22feature%22
Version 0.11No due datehttps://github.com/proplot-dev/proplot/milestone/4
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.