René's URL Explorer Experiment


Title: Latest proplot version incompatible with matplotlib 3.5 · Issue #309 · proplot-dev/proplot · GitHub

Open Graph Title: Latest proplot version incompatible with matplotlib 3.5 · Issue #309 · proplot-dev/proplot

X Title: Latest proplot version incompatible with matplotlib 3.5 · Issue #309 · proplot-dev/proplot

Description: Description I think v0.9.5 might be incompatible with matplotlib 3.5.0. I installed from conda-forge so we can repin. Steps to reproduce A "Minimal, Complete and Verifiable Example" will make it much easier for maintainers to help you. #...

Open Graph Description: Description I think v0.9.5 might be incompatible with matplotlib 3.5.0. I installed from conda-forge so we can repin. Steps to reproduce A "Minimal, Complete and Verifiable Example" will make it mu...

X Description: Description I think v0.9.5 might be incompatible with matplotlib 3.5.0. I installed from conda-forge so we can repin. Steps to reproduce A "Minimal, Complete and Verifiable Example" will ...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Latest proplot version incompatible with matplotlib 3.5","articleBody":"\u003c!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --\u003e\r\n\r\n### Description\r\n\r\nI think v0.9.5 might be incompatible with matplotlib 3.5.0. I installed from conda-forge so we can repin.\r\n\r\n### Steps to reproduce\r\n\r\nA \"[Minimal, Complete and Verifiable Example](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)\" will make it much easier for maintainers to help you.\r\n\r\n```python\r\n# your code here\r\n# we should be able to copy-paste this into python and exactly reproduce your bug\r\n\r\nfig, axs = pplt.subplots(nrows=3, ncols=3)\r\n```\r\n\r\n**Expected behavior**: [What you expected to happen]\r\n\r\nA plot without a traceback?\r\n\r\n**Actual behavior**: [What actually happened]\r\n\r\nAn error.\r\n\r\n```\r\n\u003e\u003e\u003e import proplot as pplt\r\n/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/proplot/__init__.py:71: ProplotWarning: Rebuilding font cache. This usually happens after installing or updating proplot.\r\n  register_fonts(default=True)\r\n\u003e\u003e\u003e fig, axs = pplt.subplots(nrows=3, ncols=3)\r\nTraceback (most recent call last):\r\n  File \"\u003cstdin\u003e\", line 1, in \u003cmodule\u003e\r\n  File \"/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/proplot/ui.py\", line 192, in subplots\r\n    axs = fig.add_subplots(*args, **kwsubs)\r\n  File \"/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/proplot/figure.py\", line 1362, in add_subplots\r\n    axs[idx] = self.add_subplot(ss, **kw)\r\n  File \"/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/proplot/figure.py\", line 1248, in add_subplot\r\n    ax = super().add_subplot(ss, _subplot_spec=ss, **kwargs)\r\n  File \"/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/matplotlib/figure.py\", line 772, in add_subplot\r\n    ax = subplot_class_factory(projection_class)(self, *args, **pkw)\r\n  File \"/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/matplotlib/axes/_subplots.py\", line 34, in __init__\r\n    self._axes_class.__init__(self, fig, [0, 0, 1, 1], **kwargs)\r\n  File \"/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/proplot/axes/cartesian.py\", line 338, in __init__\r\n    super().__init__(*args, **kwargs)\r\n  File \"/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/proplot/axes/plot.py\", line 1260, in __init__\r\n    super().__init__(*args, **kwargs)\r\n  File \"/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/proplot/axes/base.py\", line 783, in __init__\r\n    self._auto_share()\r\n  File \"/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/proplot/axes/base.py\", line 1777, in _auto_share\r\n    child._sharey_setup(parent)\r\n  File \"/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/proplot/axes/cartesian.py\", line 605, in _sharey_setup\r\n    self._sharey_limits(sharey)\r\n  File \"/Users/beckermr/miniconda3/envs/test-pp/lib/python3.10/site-packages/proplot/axes/cartesian.py\", line 548, in _sharey_limits\r\n    self._shared_y_axes.join(self, sharey)  # share limit/scale changes\r\nAttributeError: 'CartesianAxesSubplot' object has no attribute '_shared_y_axes'. Did you mean: '_shared_axes'?\r\n```\r\n\r\n### Equivalent steps in matplotlib\r\n\r\nPlease try to make sure this bug is related to a proplot-specific feature. If you're not sure, try to replicate it with the [native matplotlib API](https://matplotlib.org/3.1.1/api/index.html). Matplotlib bugs belong on the [matplotlib github page](https://github.com/matplotlib/matplotlib).\r\n\r\n```python\r\n# your code here, if applicable\r\nimport matplotlib.pyplot as plt\r\n```\r\n\r\n### Proplot version\r\n\r\nPaste the results of `import matplotlib; print(matplotlib.__version__); import proplot; print(proplot.version)`here.\r\n\r\n```\r\n\u003e\u003e\u003e import matplotlib; print(matplotlib.__version__); import proplot; print(proplot.version)\r\n3.5.0\r\n0.9.5\r\n```\r\n","author":{"url":"https://github.com/beckermr","@type":"Person","name":"beckermr"},"datePublished":"2021-12-10T21:29:15.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/309/proplot/issues/309"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:cb82a9ca-36c2-aa38-2b9c-103b028f08eb
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA660:388B78:1594AF3:1C00FC5:696B2183
html-safe-noncebc72848bb49ab822019eebc7bbbc761b9413b45509355d9ce6a57e1b0faef9a2
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNjYwOjM4OEI3ODoxNTk0QUYzOjFDMDBGQzU6Njk2QjIxODMiLCJ2aXNpdG9yX2lkIjoiNjUzNTQ2MDc1MTc4MTA3NzM3OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac9bf9691a93badd4c349f27bad76df042fb95a8917c33e62bc54d95299e1a6a99
hovercard-subject-tagissue:1077244124
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/309/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e4039a693b4244a16b8297ce30c3e7f3b81b0ce0e2f861bdba3f6b3162a5917c/proplot-dev/proplot/issues/309
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e4039a693b4244a16b8297ce30c3e7f3b81b0ce0e2f861bdba3f6b3162a5917c/proplot-dev/proplot/issues/309
og:image:altDescription I think v0.9.5 might be incompatible with matplotlib 3.5.0. I installed from conda-forge so we can repin. Steps to reproduce A "Minimal, Complete and Verifiable Example" will make it mu...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebeckermr
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-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/proplot-dev/proplot/issues/309#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fproplot-dev%2Fproplot%2Fissues%2F309
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%2F309
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/309
Reloadhttps://github.com/proplot-dev/proplot/issues/309
Reloadhttps://github.com/proplot-dev/proplot/issues/309
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/309
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/309
New issuehttps://github.com/login?return_to=https://github.com/proplot-dev/proplot/issues/309
Latest proplot version incompatible with matplotlib 3.5https://github.com/proplot-dev/proplot/issues/309#top
bughttps://github.com/proplot-dev/proplot/issues?q=state%3Aopen%20label%3A%22bug%22
dependencieshttps://github.com/proplot-dev/proplot/issues?q=state%3Aopen%20label%3A%22dependencies%22
https://github.com/beckermr
https://github.com/beckermr
beckermrhttps://github.com/beckermr
on Dec 10, 2021https://github.com/proplot-dev/proplot/issues/309#issue-1077244124
Minimal, Complete and Verifiable Examplehttp://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
native matplotlib APIhttps://matplotlib.org/3.1.1/api/index.html
matplotlib github pagehttps://github.com/matplotlib/matplotlib
bughttps://github.com/proplot-dev/proplot/issues?q=state%3Aopen%20label%3A%22bug%22
dependencieshttps://github.com/proplot-dev/proplot/issues?q=state%3Aopen%20label%3A%22dependencies%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.