Title: Adding Text Annotation when Co-plotting Shrinks Subplots when Tight Layout is Applied · Issue #18098 · matplotlib/matplotlib · GitHub
Open Graph Title: Adding Text Annotation when Co-plotting Shrinks Subplots when Tight Layout is Applied · Issue #18098 · matplotlib/matplotlib
X Title: Adding Text Annotation when Co-plotting Shrinks Subplots when Tight Layout is Applied · Issue #18098 · matplotlib/matplotlib
Description: Bug report Bug summary Vertical annotations shrink subplots when a figure handle's tight_layout is set to True. The expectation is that annotations would overlap the subplots. Looking at the documentation... https://matplotlib.org/3.2.2/...
Open Graph Description: Bug report Bug summary Vertical annotations shrink subplots when a figure handle's tight_layout is set to True. The expectation is that annotations would overlap the subplots. Looking at the docume...
X Description: Bug report Bug summary Vertical annotations shrink subplots when a figure handle's tight_layout is set to True. The expectation is that annotations would overlap the subplots. Looking at the do...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/18098
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Adding Text Annotation when Co-plotting Shrinks Subplots when Tight Layout is Applied","articleBody":"\u003c!--To help us understand and resolve your issue, please fill out the form to the best of your ability.--\u003e\r\n\u003c!--You can feel free to delete the sections that do not apply.--\u003e\r\n\r\n### Bug report\r\n\r\n**Bug summary**\r\n\r\n\u003c!--A short 1-2 sentences that succinctly describes the bug--\u003e\r\n\r\nVertical annotations shrink subplots when a figure handle's `tight_layout` is set to True. The expectation is that annotations would overlap the subplots. \r\n\r\nLooking at the documentation...\r\n\r\nhttps://matplotlib.org/3.2.2/tutorials/intermediate/tight_layout_guide.html#caveats\r\n\r\n\u003e tight_layout() only considers ticklabels, axis labels, and titles. Thus, other artists may be clipped and also may overlap\r\n\r\nWith that in mind, `tight_layout` should not consider `Text` annotations, and shouldn't adjust the subplot size when added.\r\n\r\n**Code for reproduction**\r\n\r\n\u003c!--A minimum code snippet required to reproduce the bug.\r\nPlease make sure to minimize the number of dependencies required, and provide\r\nany necessary plotted data.\r\nAvoid using threads, as Matplotlib is (explicitly) not thread-safe.--\u003e\r\n\r\n```python\r\nimport matplotlib.pyplot as plt\r\nimport numpy as np\r\n\r\nx = np.linspace(0,np.pi*2,1000)\r\ny = np.sin(x)\r\ndy = np.cos(x)\r\ndy2 = -np.sin(x)\r\n\r\nfor b in [False,True]:\r\n\r\n h, ax = plt.subplots(3,1,sharex = True)\r\n h.set_tight_layout(b)\r\n ax[0].plot(x,y)\r\n ax[1].plot(x,dy)\r\n ax[2].plot(x,dy2)\r\n\r\n ax[2].annotate(s = f'Annotation When Tight Layout is {b}', xy = (np.pi,-1), rotation = 'vertical')\r\n```\r\n\r\n**Actual outcome**\r\n\r\n\r\n\r\n**Expected outcome**\r\n\r\nIn this case, `tight_layout` is set to FALSE just to see visually what it looks like with the text overlayed\r\n\r\n\r\n\r\n\u003c!--A description of the expected outcome from the code snippet--\u003e\r\n\u003c!--If this used to work in an earlier version of Matplotlib, please note the version it used to work on--\u003e\r\n\r\n**Matplotlib version**\r\n\u003c!--Please specify your platform and versions of the relevant libraries you are using:--\u003e\r\n * Operating system: CentOS Linux 7 (Core)\r\n * Matplotlib version: 3.2.2\r\n * Matplotlib backend (`print(matplotlib.get_backend())`): Qt5Agg\r\n * Python version: 3.8.3\r\n * Jupyter version (if applicable):\r\n * Other libraries: numpy 1.18.5\r\n\r\n\u003c!--Please tell us how you installed matplotlib and python e.g., from source, pip, conda--\u003e\r\n\r\nconda\r\n\r\n\u003c!--If you installed from conda, please specify which channel you used if not the default--\u003e\r\n\r\nconda-forge","author":{"url":"https://github.com/Aerovet","@type":"Person","name":"Aerovet"},"datePublished":"2020-07-28T18:44:36.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/18098/matplotlib/issues/18098"}
| 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:e08cf64d-4269-1884-0a69-28da6ce468d0 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8566:2FCF6D:148182D:1DF7E4C:6A54C56A |
| html-safe-nonce | cb9dfec586278cdb1ed850976b96776080dfbb522dc9e967ceddcd9449592eae |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NTY2OjJGQ0Y2RDoxNDgxODJEOjFERjdFNEM6NkE1NEM1NkEiLCJ2aXNpdG9yX2lkIjoiNTkzODc5MjIyMTMxNDk1ODY5OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | ac22278c80e0f0e4238cdf12f2d7d0220aee7750c493223aa7140876852bda4a |
| hovercard-subject-tag | issue:667289612 |
| 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/18098/issue_layout |
| twitter:image | https://opengraph.githubassets.com/a5394c6ccc3eaf68e18923304818457a4b599648d715b092a3f24fbe64a83388/matplotlib/matplotlib/issues/18098 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/a5394c6ccc3eaf68e18923304818457a4b599648d715b092a3f24fbe64a83388/matplotlib/matplotlib/issues/18098 |
| og:image:alt | Bug report Bug summary Vertical annotations shrink subplots when a figure handle's tight_layout is set to True. The expectation is that annotations would overlap the subplots. Looking at the docume... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | Aerovet |
| hostname | github.com |
| expected-hostname | github.com |
| None | 6e5f2e6ff3f430aa60a674066f957bca9f2106017e1b68126417422b58ce6e1e |
| 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 | be4d48619391052c9d312c7b587bb2ac38a97f57 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width