Title: [Bug]: Type annotation for `add_subplots` has incorrect return type for `projection="3d"` · Issue #29334 · matplotlib/matplotlib · GitHub
Open Graph Title: [Bug]: Type annotation for `add_subplots` has incorrect return type for `projection="3d"` · Issue #29334 · matplotlib/matplotlib
X Title: [Bug]: Type annotation for `add_subplots` has incorrect return type for `projection="3d"` · Issue #29334 · matplotlib/matplotlib
Description: Bug summary The return type for add_subplots with projection="3d" should be Axes3D. The current implementation is: @overload def add_subplot( self, nrows: int, ncols: int, index: int | tuple[int, int], **kwargs ) -> Axes: ... @overload d...
Open Graph Description: Bug summary The return type for add_subplots with projection="3d" should be Axes3D. The current implementation is: @overload def add_subplot( self, nrows: int, ncols: int, index: int | tuple[int, i...
X Description: Bug summary The return type for add_subplots with projection="3d" should be Axes3D. The current implementation is: @overload def add_subplot( self, nrows: int, ncols: int, index: int | tu...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/29334
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: Type annotation for `add_subplots` has incorrect return type for `projection=\"3d\"`","articleBody":"### Bug summary\n\nThe return type for `add_subplots` with `projection=\"3d\"` should be `Axes3D`.\r\n\r\nThe current implementation is:\r\n\r\n```python\r\n @overload\r\n def add_subplot(\r\n self, nrows: int, ncols: int, index: int | tuple[int, int], **kwargs\r\n ) -\u003e Axes: ...\r\n @overload\r\n def add_subplot(self, pos: int, **kwargs) -\u003e Axes: ...\r\n @overload\r\n def add_subplot(self, ax: Axes, **kwargs) -\u003e Axes: ...\r\n @overload\r\n def add_subplot(self, ax: SubplotSpec, **kwargs) -\u003e Axes: ...\r\n @overload\r\n def add_subplot(self, **kwargs) -\u003e Axes: ...\r\n @overload\r\n def subplots(\r\n```\n\n### Code for reproduction\n\n```Python\nimport matplotlib.pyplot as plt\r\nfrom mpl_toolkits.mplot3d.axes3d import Axes3D\r\nax: Axes3D = plt.figure().add_subplot(projection=\"3d\")\n```\n\n\n### Actual outcome\n\nPyright complains:\r\n\r\n```\r\nerror: Type \"Axes\" is not assignable to declared type \"Axes3D\"\r\n \"Axes\" is not assignable to \"Axes3D\" (reportAssignmentType)\r\n```\n\n### Expected outcome\n\nNo error.\n\n### Additional information\n\n_No response_\n\n### Operating system\n\n_No response_\n\n### Matplotlib Version\n\n3.10.0\n\n### Matplotlib Backend\n\n_No response_\n\n### Python version\n\n_No response_\n\n### Jupyter version\n\n_No response_\n\n### Installation\n\nNone","author":{"url":"https://github.com/stefanv","@type":"Person","name":"stefanv"},"datePublished":"2024-12-17T08:44:13.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/29334/matplotlib/issues/29334"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:03670a22-529b-2374-b0b7-107e2fd2a51a |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D77E:18CEBB:15D764A:1CF67B1:6A51C083 |
| html-safe-nonce | 14df8bad6a1f3fa21c8afb87f6293e96bdf6846c2cb113fa16debc784dae1613 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENzdFOjE4Q0VCQjoxNUQ3NjRBOjFDRjY3QjE6NkE1MUMwODMiLCJ2aXNpdG9yX2lkIjoiNTE5MDQxOTY2OTIwNzU5NzE4NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | c9c3348583a677af5c6dc0df4ccf9701463562ab84ae72a48176567abd08004e |
| hovercard-subject-tag | issue:2744285227 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/29334/issue_layout |
| twitter:image | https://opengraph.githubassets.com/e244c8d2eea090c254117d2f8e93a62b81c49d88585313f3452ac16e21e20d09/matplotlib/matplotlib/issues/29334 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/e244c8d2eea090c254117d2f8e93a62b81c49d88585313f3452ac16e21e20d09/matplotlib/matplotlib/issues/29334 |
| og:image:alt | Bug summary The return type for add_subplots with projection="3d" should be Axes3D. The current implementation is: @overload def add_subplot( self, nrows: int, ncols: int, index: int | tuple[int, i... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | stefanv |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7aed05249554b889eb33d002851a973eebcc7e91 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width