René's URL Explorer Experiment


Title: Border issues when exporting images on version >3.0.3 · Issue #16981 · matplotlib/matplotlib · GitHub

Open Graph Title: Border issues when exporting images on version >3.0.3 · Issue #16981 · matplotlib/matplotlib

X Title: Border issues when exporting images on version >3.0.3 · Issue #16981 · matplotlib/matplotlib

Description: Bug report Bug summary We noticed weird border issues after upgrading matplotlib from 3.0.3 to higher versions. I tried searching through the open issues but I couldn't find a matching one. I also tried looking through the changelog for ...

Open Graph Description: Bug report Bug summary We noticed weird border issues after upgrading matplotlib from 3.0.3 to higher versions. I tried searching through the open issues but I couldn't find a matching one. I also ...

X Description: Bug report Bug summary We noticed weird border issues after upgrading matplotlib from 3.0.3 to higher versions. I tried searching through the open issues but I couldn't find a matching one. I a...

Opengraph URL: https://github.com/matplotlib/matplotlib/issues/16981

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Border issues when exporting images on version \u003e3.0.3","articleBody":"### Bug report\r\n\r\n**Bug summary**\r\n\r\nWe noticed weird border issues after upgrading `matplotlib` from `3.0.3` to higher versions. I tried searching through the open issues but I couldn't find a matching one. I also tried looking through the changelog for `3.1.0` but nothing stood out.\r\n\r\n**Code for reproduction**\r\n\r\nThis is a bit simplified version of what we're doing on production:\r\n\r\n```python\r\nimport io\r\n\r\nfrom matplotlib.figure import Figure\r\nfrom matplotlib.patches import Arc, Rectangle\r\nfrom matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas\r\n\r\ngraph_path = \"/tmp/foobar.png\"\r\n\r\nPITCH_WIDTH = 65\r\nPITCH_LENGTH = 105\r\nPITCH_SCALE = 8\r\n\r\n# Create example pitch graph\r\nfig = Figure(figsize=(PITCH_WIDTH / PITCH_SCALE, PITCH_LENGTH / PITCH_SCALE))\r\nax = fig.subplots()\r\nax.set_facecolor(\"#1e1e1e\")\r\n\r\nax.set_xlim(0, PITCH_WIDTH)\r\nax.set_ylim(0, PITCH_LENGTH)\r\n\r\npitch_borders = Rectangle(\r\n    (0, 0),\r\n    width=PITCH_WIDTH,\r\n    height=PITCH_LENGTH,\r\n    color=\"#ffffff\",\r\n    fill=False,\r\n    lw=2,\r\n    zorder=10,\r\n)\r\nax.add_patch(pitch_borders)\r\n\r\nhalfway_line = Rectangle(\r\n    (0, PITCH_LENGTH / 2),\r\n    width=PITCH_WIDTH,\r\n    height=0,\r\n    color=\"#ffffff\",\r\n    fill=False,\r\n    lw=2,\r\n    zorder=0,\r\n)\r\nax.add_patch(halfway_line)\r\n\r\ncentre_circle = Arc(\r\n    (PITCH_WIDTH / 2, PITCH_LENGTH / 2),\r\n    width=18,\r\n    height=18,\r\n    color=\"#ffffff\",\r\n    theta1=0,\r\n    theta2=360,\r\n    lw=2,\r\n    zorder=0,\r\n)\r\nax.add_patch(centre_circle)\r\n\r\nax.get_xaxis().set_visible(False)\r\nax.get_yaxis().set_visible(False)\r\n\r\n# Export it to bytes buffer\r\nbuffer = io.BytesIO()\r\ncanvas = FigureCanvas(fig)\r\ncanvas.print_figure(buffer, dpi=150, bbox_inches=\"tight\", pad_inches=0)\r\nbuffer.seek(0)\r\n\r\n# Save buffer to a file\r\nwith open(graph_path, \"wb\") as f:\r\n    f.write(buffer.getvalue())\r\n```\r\n\r\n**Actual outcome**\r\n\r\nOn versions newer then `3.0.3` you can see weird borders on left and bottom side.\r\n\r\nOn version `3.1.3`:\r\n![pitch_v313](https://user-images.githubusercontent.com/7062874/78035923-fbb62500-7369-11ea-8076-46e30c0058df.png)\r\n\r\nOn version `3.2.1`:\r\n![pitch_v321](https://user-images.githubusercontent.com/7062874/78035939-02449c80-736a-11ea-941b-44c71d6b7ae0.png)\r\n\r\n**Expected outcome**\r\n\r\nOn version `3.0.3` it works as expected, without the weird borders:\r\n![pitch_v303](https://user-images.githubusercontent.com/7062874/78035966-0a9cd780-736a-11ea-8c11-7438b1645c80.png)\r\n\r\nWe're not sure if it's something we're doing wrong (so a fix for `matplotlib` was a regression for us) or is there a bigger bug there.\r\n\r\n**Matplotlib version**\r\n  * Operating system: OS X 10.14.6\r\n  * Matplotlib version: 3.2.1 (and 3.1.3)\r\n  * Matplotlib backend (`print(matplotlib.get_backend())`): this returns `TkAgg`, but we explicitly use `Agg` via. `FigureCanvasAgg`\r\n  * Python version: 3.7.7\r\n  * Jupyter version (if applicable): n/a\r\n  * Other libraries: n/a\r\n\r\nPython installed via pyenv, matplotlib installed via pip inside a virtualenv. No other extra libraries.","author":{"url":"https://github.com/pawelad","@type":"Person","name":"pawelad"},"datePublished":"2020-03-31T14:14:32.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":14},"url":"https://github.com/16981/matplotlib/issues/16981"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6fe3f3a0-9732-61d9-4b54-ab67674d8358
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB8D4:3D9B0D:A145FC:EB67DB:6A562048
html-safe-noncea5e3b579ace7ca372eda43721949d89a641a97da851a1c176a075220ad8d8c62
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOEQ0OjNEOUIwRDpBMTQ1RkM6RUI2N0RCOjZBNTYyMDQ4IiwidmlzaXRvcl9pZCI6IjQ1NjM5MDM5NDk1NzQwNjI4MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf6327551436c9f9edfe77f50021a875818db05700a2ae1bde5bc6b06565d695b
hovercard-subject-tagissue:591145583
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/16981/issue_layout
twitter:imagehttps://opengraph.githubassets.com/9587b81164949b574b00aa34a07fa5292e85ddf9789de6e24014ec0a3b58907a/matplotlib/matplotlib/issues/16981
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/9587b81164949b574b00aa34a07fa5292e85ddf9789de6e24014ec0a3b58907a/matplotlib/matplotlib/issues/16981
og:image:altBug report Bug summary We noticed weird border issues after upgrading matplotlib from 3.0.3 to higher versions. I tried searching through the open issues but I couldn't find a matching one. I also ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepawelad
hostnamegithub.com
expected-hostnamegithub.com
Noneeeb71977be324ce2bc7c4afd597296b8e3527d8922ad94632edd7a7296f8031b
turbo-cache-controlno-preview
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3e7957744c8a44d05ff1e464dc5d119e60b98fae
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/16981#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F16981
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F16981
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/issues/16981
Reloadhttps://github.com/matplotlib/matplotlib/issues/16981
Reloadhttps://github.com/matplotlib/matplotlib/issues/16981
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/16981
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/16981
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 409 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Border issues when exporting images on version >3.0.3https://github.com/matplotlib/matplotlib/issues/16981#top
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Difficulty%3A%20Medium%22
https://github.com/pawelad
paweladhttps://github.com/pawelad
on Mar 31, 2020https://github.com/matplotlib/matplotlib/issues/16981#issue-591145583
https://user-images.githubusercontent.com/7062874/78035923-fbb62500-7369-11ea-8076-46e30c0058df.png
https://user-images.githubusercontent.com/7062874/78035939-02449c80-736a-11ea-941b-44c71d6b7ae0.png
https://user-images.githubusercontent.com/7062874/78035966-0a9cd780-736a-11ea-8c11-7438b1645c80.png
Difficulty: Mediumhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Difficulty%3A%20Medium%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.