René's URL Explorer Experiment


Title: Axis sharing doesn't work for geo-axis · Issue #178 · proplot-dev/proplot · GitHub

Open Graph Title: Axis sharing doesn't work for geo-axis · Issue #178 · proplot-dev/proplot

X Title: Axis sharing doesn't work for geo-axis · Issue #178 · proplot-dev/proplot

Description: Description span and share don't work for geographic axis. Steps to reproduce import proplot as plot f, axs = plot.subplots(nrows=2, ncols=2, spany=3, sharey=3, proj='lcc', proj_kw={'lon_0': 116} ) axs.format(coast=True, latlines=1, lonl...

Open Graph Description: Description span and share don't work for geographic axis. Steps to reproduce import proplot as plot f, axs = plot.subplots(nrows=2, ncols=2, spany=3, sharey=3, proj='lcc', proj_kw={'lon_0': 116} )...

X Description: Description span and share don't work for geographic axis. Steps to reproduce import proplot as plot f, axs = plot.subplots(nrows=2, ncols=2, spany=3, sharey=3, proj='lcc', proj_kw={...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Axis sharing doesn't work for geo-axis","articleBody":"### Description\r\n\r\n`span` and `share` don't work for geographic axis.\r\n\r\n### Steps to reproduce\r\n\r\n```python\r\nimport proplot as plot\r\nf, axs = plot.subplots(nrows=2, ncols=2,\r\n                       spany=3, sharey=3,\r\n                       proj='lcc', proj_kw={'lon_0': 116}\r\n                       )\r\naxs.format(coast=True,\r\n           latlines=1, lonlines=1,\r\n           labels=True,\r\n           lonlim=(113, 119),\r\n           latlim=(37, 41.5),\r\n           )\r\n```\r\n\r\n**Expected behavior**:\r\n![matplotlib_shareproj](https://user-images.githubusercontent.com/30388627/82746012-9efd4680-9dbd-11ea-86de-ef4f1a4af608.png)\r\n\r\n\r\nLat labels are shared.\r\n\r\n**Actual behavior**: \r\n![cartopy_share](https://user-images.githubusercontent.com/30388627/82745767-a3743000-9dba-11ea-9149-5c1a07f8f11d.png)\r\n\r\n\r\n\r\n### Equivalent steps in matplotlib\r\n\r\n```python\r\nimport matplotlib.pyplot as plt\r\nimport cartopy.crs as ccrs\r\n\r\nproj = ccrs.LambertConformal(central_longitude=116)\r\nfig, axs = plt.subplots(nrows=2, ncols=2,\r\n                        subplot_kw={'projection': proj})\r\n\r\nfor idx,ax in enumerate(axs.flatten()):\r\n    ax.set_extent([113, 119, 37, 41.5], ccrs.PlateCarree())\r\n    gl = ax.gridlines(crs=ccrs.PlateCarree(), draw_labels=True,\r\n                      color='gray', alpha=0.5, linestyle='--',\r\n                      x_inline=False, y_inline=False)\r\n    gl.xlabels_top = False\r\n    gl.ylabels_right = False\r\n    if idx%2 != 0:\r\n        gl.ylabels_left = False\r\n    ax.coastlines()\r\n```\r\n\r\n### Proplot version\r\n\r\n0.6.1","author":{"url":"https://github.com/zxdawn","@type":"Person","name":"zxdawn"},"datePublished":"2020-05-24T04:54:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/178/proplot/issues/178"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:571b98ae-76e4-39e5-abe2-0abcc0066852
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id999C:26A812:1A33FBC:22A754C:696B8B6C
html-safe-nonce06ccdebbca72c37717388e1dff577f52b2c6bf92dd02108fec36ece72f1602cd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OTlDOjI2QTgxMjoxQTMzRkJDOjIyQTc1NEM6Njk2QjhCNkMiLCJ2aXNpdG9yX2lkIjoiNjQ5ODMwOTgyMTU0MTYxNjQ5MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac40bd3922f2f7987bbc6e0a45b864bcd4ecf5ca98716b75ac39977ddb3fe4137d
hovercard-subject-tagissue:623794779
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/178/issue_layout
twitter:imagehttps://opengraph.githubassets.com/acc337041fe3a17c39cff8813ee5b4dd64e314c6e7f0680df6f2d7cb24b17f51/proplot-dev/proplot/issues/178
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/acc337041fe3a17c39cff8813ee5b4dd64e314c6e7f0680df6f2d7cb24b17f51/proplot-dev/proplot/issues/178
og:image:altDescription span and share don't work for geographic axis. Steps to reproduce import proplot as plot f, axs = plot.subplots(nrows=2, ncols=2, spany=3, sharey=3, proj='lcc', proj_kw={'lon_0': 116} )...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamezxdawn
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/proplot-dev/proplot/issues/178#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fproplot-dev%2Fproplot%2Fissues%2F178
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fproplot-dev%2Fproplot%2Fissues%2F178
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=proplot-dev%2Fproplot
Reloadhttps://github.com/proplot-dev/proplot/issues/178
Reloadhttps://github.com/proplot-dev/proplot/issues/178
Reloadhttps://github.com/proplot-dev/proplot/issues/178
proplot-dev https://github.com/proplot-dev
proplothttps://github.com/proplot-dev/proplot
Notifications https://github.com/login?return_to=%2Fproplot-dev%2Fproplot
Fork 98 https://github.com/login?return_to=%2Fproplot-dev%2Fproplot
Star 1.1k https://github.com/login?return_to=%2Fproplot-dev%2Fproplot
Code https://github.com/proplot-dev/proplot
Issues 88 https://github.com/proplot-dev/proplot/issues
Pull requests 7 https://github.com/proplot-dev/proplot/pulls
Discussions https://github.com/proplot-dev/proplot/discussions
Actions https://github.com/proplot-dev/proplot/actions
Projects 0 https://github.com/proplot-dev/proplot/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/proplot-dev/proplot/security
Please reload this pagehttps://github.com/proplot-dev/proplot/issues/178
Insights https://github.com/proplot-dev/proplot/pulse
Code https://github.com/proplot-dev/proplot
Issues https://github.com/proplot-dev/proplot/issues
Pull requests https://github.com/proplot-dev/proplot/pulls
Discussions https://github.com/proplot-dev/proplot/discussions
Actions https://github.com/proplot-dev/proplot/actions
Projects https://github.com/proplot-dev/proplot/projects
Security https://github.com/proplot-dev/proplot/security
Insights https://github.com/proplot-dev/proplot/pulse
New issuehttps://github.com/login?return_to=https://github.com/proplot-dev/proplot/issues/178
New issuehttps://github.com/login?return_to=https://github.com/proplot-dev/proplot/issues/178
Axis sharing doesn't work for geo-axishttps://github.com/proplot-dev/proplot/issues/178#top
duplicatehttps://github.com/proplot-dev/proplot/issues?q=state%3Aopen%20label%3A%22duplicate%22
https://github.com/zxdawn
https://github.com/zxdawn
zxdawnhttps://github.com/zxdawn
on May 24, 2020https://github.com/proplot-dev/proplot/issues/178#issue-623794779
https://user-images.githubusercontent.com/30388627/82746012-9efd4680-9dbd-11ea-86de-ef4f1a4af608.png
https://user-images.githubusercontent.com/30388627/82745767-a3743000-9dba-11ea-9149-5c1a07f8f11d.png
duplicatehttps://github.com/proplot-dev/proplot/issues?q=state%3Aopen%20label%3A%22duplicate%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.