Title: using AxesImage.set_clim() shrinks the colorbar · Issue #12682 · matplotlib/matplotlib · GitHub
Open Graph Title: using AxesImage.set_clim() shrinks the colorbar · Issue #12682 · matplotlib/matplotlib
X Title: using AxesImage.set_clim() shrinks the colorbar · Issue #12682 · matplotlib/matplotlib
Description: Bug report Bug summary I am puzzled by the following behavior. Is this intended or a bug? After creating a colorbar, if setting the limits of the color range with a shorter range of vmin,vmax results in a shrunken colorbar Code for repro...
Open Graph Description: Bug report Bug summary I am puzzled by the following behavior. Is this intended or a bug? After creating a colorbar, if setting the limits of the color range with a shorter range of vmin,vmax resul...
X Description: Bug report Bug summary I am puzzled by the following behavior. Is this intended or a bug? After creating a colorbar, if setting the limits of the color range with a shorter range of vmin,vmax resul...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/12682
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"using AxesImage.set_clim() shrinks the colorbar","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\nI am puzzled by the following behavior. Is this intended or a bug?\r\n\r\nAfter creating a colorbar, if setting the limits of the color range with a shorter range of `vmin,vmax` results in a shrunken colorbar\r\n\r\n**Code for reproduction**\r\n\r\n\u003c!--A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required--\u003e\r\n\r\n```python\r\nfig, ax = plt.subplots()\r\ndata = np.random.random(size=(50,50))\r\nimg = ax.imshow(data)\r\ncb = plt.colorbar(img)\r\n# the colorbar is the same height as the plot at this point\r\n#img.set_clim([0.25,0.75]) # running this line will produce a shrunken colorbar\r\n#img.set_clim([-0.25,1.25]) # running this line will change the limits of the colorbar\r\n # and return the colorbar to its original size\r\n```\r\n\r\n**Actual outcome**\r\n\r\nThis is the result of a small animation where vmax is increased from 0.5 to 1.5 then back\r\n\r\n\r\n\r\n\r\n**Expected outcome**\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\nI was expecting the colorbar to stay the same size, and only the tick range to change. Certainly the colorbar does not grow when setting a larger range of `vmin,vmax` but shrinks when using a smaller range, which seems inconsistent.\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: osx\r\n * Matplotlib version: 3.0.0\r\n * Matplotlib backend (`print(matplotlib.get_backend())`): nbAgg\r\n * Python version: Python 3.6.6 |Anaconda, Inc.| (default, Jun 28 2018, 11:07:29) \r\n * Jupyter version (if applicable):The version of the notebook server is: 5.7.0\r\n * Other libraries: \r\n\r\n\u003c!--Please tell us how you installed matplotlib and python e.g., from source, pip, conda--\u003e\r\n\u003c!--If you installed from conda, please specify which channel you used if not the default--\u003e\r\n\r\n","author":{"url":"https://github.com/DizietAsahi","@type":"Person","name":"DizietAsahi"},"datePublished":"2018-10-31T09:30:21.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/12682/matplotlib/issues/12682"}
| 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:d4c96d37-438c-e9e9-3f8b-60ed059d4aeb |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E47A:27F15F:A55611:EFA728:6A575CD7 |
| html-safe-nonce | cadf98380ca02c2d2c8a97fdd9ec809febd8aaf1ccfe9b8297c1d2e9ea149e86 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNDdBOjI3RjE1RjpBNTU2MTE6RUZBNzI4OjZBNTc1Q0Q3IiwidmlzaXRvcl9pZCI6IjM4Nzc4ODI0NDM4NDg5NjUzMzUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 09a2ce6a34eb4243ea0e96f96a7a6aa163652eab5c91a3841a6582a389357dcf |
| hovercard-subject-tag | issue:375870685 |
| 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/12682/issue_layout |
| twitter:image | https://opengraph.githubassets.com/d37e62ca8b217303e192a3c6c2a755672e602aeb916e280d95741b31792e47ca/matplotlib/matplotlib/issues/12682 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/d37e62ca8b217303e192a3c6c2a755672e602aeb916e280d95741b31792e47ca/matplotlib/matplotlib/issues/12682 |
| og:image:alt | Bug report Bug summary I am puzzled by the following behavior. Is this intended or a bug? After creating a colorbar, if setting the limits of the color range with a shorter range of vmin,vmax resul... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | DizietAsahi |
| hostname | github.com |
| expected-hostname | github.com |
| None | 4e7a7296a3830877cf21a6ad2a972c9e618a48915e03966cf0c53eb08e5aad98 |
| 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 | 87685a1c739dbf97e95760413799bb0221799457 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width