Title: Jupyter interactive plot crops the canvas in Chrome · Issue #18206 · matplotlib/matplotlib · GitHub
Open Graph Title: Jupyter interactive plot crops the canvas in Chrome · Issue #18206 · matplotlib/matplotlib
X Title: Jupyter interactive plot crops the canvas in Chrome · Issue #18206 · matplotlib/matplotlib
Description: Bug report Bug summary When plotting with %matplotlib notebook, the canvas gets cropped to a small section in the top left corner. Code for reproduction When running the following code: %matplotlib notebook import matplotlib.pyplot as pl...
Open Graph Description: Bug report Bug summary When plotting with %matplotlib notebook, the canvas gets cropped to a small section in the top left corner. Code for reproduction When running the following code: %matplotlib...
X Description: Bug report Bug summary When plotting with %matplotlib notebook, the canvas gets cropped to a small section in the top left corner. Code for reproduction When running the following code: %matplotlib...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/18206
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Jupyter interactive plot crops the canvas in Chrome","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\nWhen plotting with `%matplotlib notebook`, the canvas gets cropped to a small section in the top left corner.\r\n\r\n**Code for reproduction**\r\n\r\nWhen running the following code:\r\n\r\n```python\r\n%matplotlib notebook\r\nimport matplotlib.pyplot as plt\r\nimport numpy as np\r\n\r\nfig, ax = plt.subplots()\r\nax.scatter(range(10), range(10))\r\n```\r\n\r\nI get the following output in **Chrome**:\r\n\r\n\r\n\r\nAs you can see, the interactive plot is cropped to the top left corner. Inspecting the HTML shows that the height and width are `undefined`. Therefore, chrome defaults to the size 300 x 150\r\n\r\n```html\r\n\u003ccanvas\r\n class=\"mpl-canvas\"\r\n style=\"width: undefinedpx; height: undefinedpx;\"\r\n width=\"NaN\"\r\n height=\"NaN\"\u003e\r\n\u003c/canvas\u003e\r\n```\r\n\r\n\r\n\r\nClosing the tab and rerunning in **Firefox**, I get no issues.\r\n\r\n\r\n\r\n\u003cbr/\u003e\r\n\r\nThe shrunk canvas is still interactive (you can still pan the y-axis up and down), but obviously the height and width calculations went awry. I have tried restarting the Jupyter server (and the notebook kernel) and I still get the same result in Chrome.\r\n\r\n**Note**: using `%matplotlib inline` works fine in Chrome.\r\n\r\nTo summarize, I only get this issue when I use **`%matplotlib notebook`** in **Chrome**. I don't know if switching to Windows would resolve this problem (I use Ubuntu 20.04).\r\n\r\n**Versions**\r\n\r\nI am running Jupyter in a virtual environment managed by Poetry.\r\n\r\n```\r\n% lsb_release -d\r\nDescription:\tUbuntu 20.04.1 LTS\r\n\r\n% poetry run jupyter --version\r\njupyter core : 4.6.3\r\njupyter-notebook : 6.1.1\r\nqtconsole : 4.7.5\r\nipython : 7.17.0\r\nipykernel : 5.3.4\r\njupyter client : 6.1.6\r\njupyter lab : not installed\r\nnbconvert : 5.6.1\r\nipywidgets : 7.5.1\r\nnbformat : 5.0.7\r\ntraitlets : 4.3.3\r\n\r\n% poetry run python -c 'import matplotlib; print(matplotlib.get_backend())'\r\nTkAgg\r\n\r\n% poetry run python -V\r\nPython 3.8.3\r\n\r\n% google-chrome --version\r\nGoogle Chrome 84.0.4147.105\r\n\r\n% cat pyproject.toml\r\n...\r\n\r\n[tool.poetry.dependencies]\r\npython = \"^3.8\"\r\njupyter = \"^1.0.0\"\r\npandas = \"^1.1.0\"\r\nnumpy = \"^1.19.1\"\r\nscipy = \"^1.5.2\"\r\nnetworkx = \"^2.4\"\r\nipywidgets = \"^7.5.1\"\r\nmatplotlib = \"^3.3.0\"\r\nsklearn = \"^0.0\"\r\n\r\n...\r\n```\r\n","author":{"url":"https://github.com/nmay231","@type":"Person","name":"nmay231"},"datePublished":"2020-08-08T23:09:54.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/18206/matplotlib/issues/18206"}
| 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:3f3d12d0-1a85-692c-7c1a-3cdbef3aa14c |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | DD24:1ECA58:AF868F:E994C3:6A52BAE1 |
| html-safe-nonce | 8cf56315c44850370f5ec707a123a1ef170f47d8a18470d0e0b02f59c091252f |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERDI0OjFFQ0E1ODpBRjg2OEY6RTk5NEMzOjZBNTJCQUUxIiwidmlzaXRvcl9pZCI6IjU1MTI3ODc4Mjg0MDc0NTAzMzciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | fef20655163f9322d3f21441487fcba5b5a030d285d8b5f7a90c29e0d745217d |
| hovercard-subject-tag | issue:675602239 |
| 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/18206/issue_layout |
| twitter:image | https://opengraph.githubassets.com/5bafcd40e01fe6312c4a086e3947cb22719d9040c4992cbb5efce97863608105/matplotlib/matplotlib/issues/18206 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/5bafcd40e01fe6312c4a086e3947cb22719d9040c4992cbb5efce97863608105/matplotlib/matplotlib/issues/18206 |
| og:image:alt | Bug report Bug summary When plotting with %matplotlib notebook, the canvas gets cropped to a small section in the top left corner. Code for reproduction When running the following code: %matplotlib... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | nmay231 |
| 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