Title: Issue with the way rasterization works · Issue #13718 · matplotlib/matplotlib · GitHub
Open Graph Title: Issue with the way rasterization works · Issue #13718 · matplotlib/matplotlib
X Title: Issue with the way rasterization works · Issue #13718 · matplotlib/matplotlib
Description: Bug report Bug summary Rasterizing the marker collection results in a large file size as compared to rasterizing the whole axes. See the example below: Code for reproduction import matplotlib.pyplot as plt import numpy as np data = np.ra...
Open Graph Description: Bug report Bug summary Rasterizing the marker collection results in a large file size as compared to rasterizing the whole axes. See the example below: Code for reproduction import matplotlib.pyplo...
X Description: Bug report Bug summary Rasterizing the marker collection results in a large file size as compared to rasterizing the whole axes. See the example below: Code for reproduction import matplotlib.pyplo...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/13718
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Issue with the way rasterization works","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\nRasterizing the marker collection results in a large file size as compared to rasterizing the whole axes. See the example below:\r\n\u003c!--A short 1-2 sentences that succinctly describes the bug--\u003e\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\ndata = np.random.rand(100, 100)\r\n\r\nfig1, ax1 = plt.subplots()\r\nax1.plot(data, 'o', rasterized=True)\r\nfig1.savefig('rasterizing_markers.pdf')\r\n\r\nfig2, ax2 = plt.subplots()\r\nax2.set_rasterized(True)\r\nax2.plot(data, 'o')\r\nfig2.savefig('rasterizing_axes.pdf')\r\n```\r\n\r\n**Actual outcome**\r\nrasterizing_axes.pdf is around 123 KB and rasterizing_markers.pdf is around 447 KB! (the only difference in those two files is that rasterizing_markers.pdf has spines, ticks and tick labels in vector format)\r\n\u003c!--The output produced by the above code, which may be a screenshot, console output, etc.--\u003e\r\n\r\n**Expected outcome**\r\nExpecting that both files will have similar size. I am sure that the difference is not because of the embedded fonts (If I change `data = np.random.rand(100, 100)` to `data = np.random.rand(10, 10)`, the file size for rasterizing_markers.pdf is 23 KB so that rules out the role of embedded fonts in explaining the ~300 KB difference).\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: MacOS\r\n * Matplotlib version: 3.0.3\r\n * Matplotlib backend (`print(matplotlib.get_backend())`):\r\n * Python version: 3.7\r\n * Jupyter version (if applicable):\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/pharshalp","@type":"Person","name":"pharshalp"},"datePublished":"2019-03-20T03:09:08.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/13718/matplotlib/issues/13718"}
| 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:b522a5eb-59cd-6dad-b663-e073fb1acd84 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9692:51AE:932FC8:C6F292:6A530F28 |
| html-safe-nonce | 4abd2508426ad7c9e92812ae695106bf5ccebda24e9b9078963071aea014eb9b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NjkyOjUxQUU6OTMyRkM4OkM2RjI5Mjo2QTUzMEYyOCIsInZpc2l0b3JfaWQiOiI0ODE3Njk5OTY2NTkzOTYzOTIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | f86f7b20fdb708284baa33b94adac7958f3ebae8cb6136eb39f01147a17f6fdb |
| hovercard-subject-tag | issue:423045303 |
| 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/13718/issue_layout |
| twitter:image | https://opengraph.githubassets.com/969269dccc36a4fbbc15a68d98299ff771807c2e2757c5404c324fdb8fecb5d6/matplotlib/matplotlib/issues/13718 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/969269dccc36a4fbbc15a68d98299ff771807c2e2757c5404c324fdb8fecb5d6/matplotlib/matplotlib/issues/13718 |
| og:image:alt | Bug report Bug summary Rasterizing the marker collection results in a large file size as compared to rasterizing the whole axes. See the example below: Code for reproduction import matplotlib.pyplo... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | pharshalp |
| 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