Title: Rectangle patch added to a datetime x-axis is plotted with the wrong width · Issue #10349 · matplotlib/matplotlib · GitHub
Open Graph Title: Rectangle patch added to a datetime x-axis is plotted with the wrong width · Issue #10349 · matplotlib/matplotlib
X Title: Rectangle patch added to a datetime x-axis is plotted with the wrong width · Issue #10349 · matplotlib/matplotlib
Description: Bug report Bug summary When adding a Rectangle patch to a plot with a datetime x-axis the width of the patch is plotted wrong. Code for reproduction import pandas as pd import matplotlib.pyplot as mpp import matplotlib.patches as patches...
Open Graph Description: Bug report Bug summary When adding a Rectangle patch to a plot with a datetime x-axis the width of the patch is plotted wrong. Code for reproduction import pandas as pd import matplotlib.pyplot as ...
X Description: Bug report Bug summary When adding a Rectangle patch to a plot with a datetime x-axis the width of the patch is plotted wrong. Code for reproduction import pandas as pd import matplotlib.pyplot as ...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/10349
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Rectangle patch added to a datetime x-axis is plotted with the wrong width","articleBody":"### Bug report\r\n\r\n**Bug summary**\r\n\r\nWhen adding a `Rectangle` patch to a plot with a datetime x-axis the width of the patch is plotted wrong.\r\n\r\n**Code for reproduction**\r\n\r\n```\r\nimport pandas as pd\r\nimport matplotlib.pyplot as mpp\r\nimport matplotlib.patches as patches\r\nimport datetime\r\n\r\ndata = pd.DataFrame({\"Timestamp\":pd.date_range(start=datetime.datetime(2018,1,30,0,0,0),end=datetime.datetime(2018,2,8,0,0,0),freq='d'),\"Requests\":[5,4,7,3,5,4,5,6,7,8]})\r\nfig,ax = mpp.subplots()\r\nax.plot(data.Timestamp,data.Requests)\r\nax.add_patch(patches.Rectangle((datetime.datetime(2018,2,2,0,0,0),ax.get_ylim()[0]),datetime.datetime(2018,2,2,0,0,0)+datetime.timedelta(days=2),ax.get_ylim()[1]))\r\nfig.show()\r\n```\r\n\r\n**Actual outcome**\r\nI'm expecting a patch with a width of two days to appear on the plot, instead the patch fills the whole plot to the right rim.\r\n\r\nCalling `ax.patches[0].get_width()` correctly returns `datetime.datetime(2018, 2, 4, 0, 0)`.\r\n\r\nIt doesn't matter if you use `datetime.datetime`, `np.datetime64`, or `pd.Timestamp`, the results are the same.\r\n\r\nEDIT: To get the correct width of two days, width really just has to set to 2. \r\n\r\n**Matplotlib version**\r\n * Operating system: Windows 10\r\n * Matplotlib version: 2.1.2\r\n * Matplotlib backend: Qt5Agg\r\n * Python version: 3.6.4\r\n * Other libraries: Pandas 0.22.0, Numpy 1.13.3\r\n\r\nLibraries installed with Conda, channels: defaults, conda-forge, anaconda-fusion\r\n\r\n","author":{"url":"https://github.com/Khris777","@type":"Person","name":"Khris777"},"datePublished":"2018-01-30T08:43:25.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/10349/matplotlib/issues/10349"}
| 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:24ff5cc3-6d3a-d891-3ccc-ffbae2904432 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9922:20ECC7:174C7A6:1EDE64A:6A52BB60 |
| html-safe-nonce | acaf92caa409491b45bca10bcb434fcf5a5ad0832d6f26a3e735f15634f65061 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OTIyOjIwRUNDNzoxNzRDN0E2OjFFREU2NEE6NkE1MkJCNjAiLCJ2aXNpdG9yX2lkIjoiNTU5NDI4MjMwNzQwODI4MDQxNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 54390c95a9fe3a30e07f29a1c89b15574d0ae6348d22a65396e0a441ebbe827d |
| hovercard-subject-tag | issue:292696214 |
| 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/10349/issue_layout |
| twitter:image | https://opengraph.githubassets.com/09d378102ae89ec93febc15f8011acf2cae19c3625875d71e6c13c6cd03484da/matplotlib/matplotlib/issues/10349 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/09d378102ae89ec93febc15f8011acf2cae19c3625875d71e6c13c6cd03484da/matplotlib/matplotlib/issues/10349 |
| og:image:alt | Bug report Bug summary When adding a Rectangle patch to a plot with a datetime x-axis the width of the patch is plotted wrong. Code for reproduction import pandas as pd import matplotlib.pyplot as ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | Khris777 |
| 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 | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width