René's URL Explorer Experiment


Title: [Bug]: savefig() breaks FancyArrowPatch position on saved PNG when using custom DPI · Issue #31536 · matplotlib/matplotlib · GitHub

Open Graph Title: [Bug]: savefig() breaks FancyArrowPatch position on saved PNG when using custom DPI · Issue #31536 · matplotlib/matplotlib

X Title: [Bug]: savefig() breaks FancyArrowPatch position on saved PNG when using custom DPI · Issue #31536 · matplotlib/matplotlib

Description: Bug summary Heyho, I encountered an error with patches (FancyArrowPatch). When i draw FancyArrowPatches into a figure and save the figures with savefig(), the patches shift around to different positions depending on my set dpi=parameter ...

Open Graph Description: Bug summary Heyho, I encountered an error with patches (FancyArrowPatch). When i draw FancyArrowPatches into a figure and save the figures with savefig(), the patches shift around to different posi...

X Description: Bug summary Heyho, I encountered an error with patches (FancyArrowPatch). When i draw FancyArrowPatches into a figure and save the figures with savefig(), the patches shift around to different posi...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: savefig() breaks FancyArrowPatch position on saved PNG when using custom DPI","articleBody":"### Bug summary\n\nHeyho,\n\nI encountered an error with patches (FancyArrowPatch).\nWhen i draw FancyArrowPatches into a figure and save the figures with savefig(), the patches shift around to different positions depending on my set `dpi=`parameter as shown by the following screenshots, produced by code underneath.\n\n\n### Code for reproduction\n\n```Python\nimport os\nfrom os.path import dirname\n\nimport copy\n\nimport matplotlib.pyplot as plt\nimport matplotlib.patches as patches\n\n\n\nos.chdir(dirname(__file__))\nprint(f\"Changed WD to PyFile-root \\\"{os.getcwd()}\\\"\")\n\n\nColor1 = \"#1776D4\"\nColor2 = \"#E27A12\"\n\nfig, axL = plt.subplots(nrows=1, ncols=1)\naxR = axL.twinx()\n\nplt.show(block=False)\n\n\narrowUpBG = patches.FancyArrowPatch(\n    posA=(0.500, 0.535),        # Startpoint Arrow  (0..1)\n    posB=(0.560, 0.560),        # Endpoint Base     (0..1)\n    transform=fig.transFigure,  # Coordinate system of figure\n    arrowstyle='fancy',\n    color=Color1,\n    linewidth=10,\n    mutation_scale=30\n)\n\n# NOTE: Copies have to be made before first draw! Otherwise figure gets cloned too!\narrowUpFG = copy.deepcopy(arrowUpBG)\narrowUpFG.set_color(Color2)\narrowUpFG.set_linewidth(1)\n\narrowDownBG = copy.deepcopy(arrowUpBG)\narrowDownFG = copy.deepcopy(arrowUpFG)\narrowDownBG.set_positions(posA=(0.590, 0.745),   # Startpoint Arrow  (0..1)\n                          posB=(0.535, 0.690),   # Endpoint Base     (0..1)\n                          )\narrowDownFG.set_positions(posA=(0.590, 0.745),\n                          posB=(0.535, 0.690),\n                          )\n\n# NOTE: Draw is here (together, copies have to be made beforehand, as otherwise savefig gets cloned too!)\nfig.add_artist(arrowUpBG)\nfig.add_artist(arrowUpFG)\n\nfig.add_artist(arrowDownBG)\nfig.add_artist(arrowDownFG)\n\n\n\nfig.savefig(\"./FancyIssue - SVG.svg\")\nfig.savefig(\"./FancyIssue - Std dpi.png\")\nfig.savefig(\"./FancyIssue - 200 dpi.png\", dpi=200)\nfig.savefig(\"./FancyIssue - 300 dpi.png\", dpi=300)\nfig.savefig(\"./FancyIssue - 600 dpi.png\", dpi=600)\n\nprint(\"EOS\")\n```\n\n### Actual outcome\n\n| DPI | Standard | 200 | 300 | 600 | SVG (in Firefox) |\n|-----|-----------|------|-----|------|------------------|\n| Imgs |\u003cimg width=\"640\" height=\"480\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/15f133ed-03a3-4a63-a627-415cb5e36a0a\" /\u003e | \u003cimg width=\"1280\" height=\"960\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/113f024c-cb45-46bb-a86d-dd7664ad42d1\" /\u003e | \u003cimg width=\"1920\" height=\"1440\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/01440e27-35a4-424a-81df-725333775812\" /\u003e| \u003cimg width=\"3840\" height=\"2880\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/87a2a221-0c2e-45b8-a4bd-cc334d9cbbd1\" /\u003e | \u003cimg width=\"552\" height=\"435\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e7142f64-24ed-48a1-869f-84c4aa431379\" /\u003e  |\n\n### Expected outcome\n\nPatches stay in relative position to the figure size.\nNote: The patches are drawn correctly in the preview (plt.show()).\n\n### Additional information\n\n_No response_\n\n### Operating system\n\nWindows 11 (24H2)\n\n### Matplotlib Version\n\n 3.10.8\n\n### Matplotlib Backend\n\n tkagg\n\n### Python version\n\n3.14.3\n\n### Jupyter version\n\nN/A\n\n### Installation\n\npip\n\n\n\n\n\nBest regards,\nDeph","author":{"url":"https://github.com/Dephrilibrium","@type":"Person","name":"Dephrilibrium"},"datePublished":"2026-04-20T15:26:07.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/31536/matplotlib/issues/31536"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:359568dc-a0c3-01a0-df12-bec3420f71ef
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA3C2:355EFE:78C965:A3B4F9:6A5287EF
html-safe-nonceabe87308a70339a6042d00f2157e17b6ad24d4139c8adddb5d05c6cf1dc49748
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBM0MyOjM1NUVGRTo3OEM5NjU6QTNCNEY5OjZBNTI4N0VGIiwidmlzaXRvcl9pZCI6IjQzMTAxNjkyODI5ODgzNzgwOTUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacb02cf22e3334122647f9e77737408710e03ce63b1ad34ea85c73043f307e8b68
hovercard-subject-tagissue:4296792000
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/31536/issue_layout
twitter:imagehttps://opengraph.githubassets.com/66a1adb0eb2aadf064057231cf4220cfda8089703e2de5d973ea6611aa4b8174/matplotlib/matplotlib/issues/31536
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/66a1adb0eb2aadf064057231cf4220cfda8089703e2de5d973ea6611aa4b8174/matplotlib/matplotlib/issues/31536
og:image:altBug summary Heyho, I encountered an error with patches (FancyArrowPatch). When i draw FancyArrowPatches into a figure and save the figures with savefig(), the patches shift around to different posi...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameDephrilibrium
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
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
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/31536#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F31536
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%2F31536
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/31536
Reloadhttps://github.com/matplotlib/matplotlib/issues/31536
Reloadhttps://github.com/matplotlib/matplotlib/issues/31536
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/31536
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/31536
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 408 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
[Bug]: savefig() breaks FancyArrowPatch position on saved PNG when using custom DPIhttps://github.com/matplotlib/matplotlib/issues/31536#top
Community supportUsers in need of help.https://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Community%20support%22
https://github.com/Dephrilibrium
Dephrilibriumhttps://github.com/Dephrilibrium
on Apr 20, 2026https://github.com/matplotlib/matplotlib/issues/31536#issue-4296792000
https://private-user-images.githubusercontent.com/89015665/580889963-15f133ed-03a3-4a63-a627-415cb5e36a0a.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3OTM5NDcsIm5iZiI6MTc4Mzc5MzY0NywicGF0aCI6Ii84OTAxNTY2NS81ODA4ODk5NjMtMTVmMTMzZWQtMDNhMy00YTYzLWE2MjctNDE1Y2I1ZTM2YTBhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzExVDE4MTQwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBkNDEzZjIzNWU3NWI2MjE5NDU0NjIzZTVkOWM3ZTM5MDk5NDYwODdmMjA3OWMwYTQ2YTlmZWY1ZjUyNjVjODcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.a8q30mcas3DV3-rVMgY9cvu39NA8gTSiJxasm4L6w3U
https://private-user-images.githubusercontent.com/89015665/580890077-113f024c-cb45-46bb-a86d-dd7664ad42d1.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3OTM5NDcsIm5iZiI6MTc4Mzc5MzY0NywicGF0aCI6Ii84OTAxNTY2NS81ODA4OTAwNzctMTEzZjAyNGMtY2I0NS00NmJiLWE4NmQtZGQ3NjY0YWQ0MmQxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzExVDE4MTQwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ3YTliM2I3NzYyZDZkZTZhZTM0ZDU0ZWYyOGU5MzRjZmU3ZDNhNzRlYWJkMmI3NDVkOTNkZGE5ZGNiMWFhODEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.YOzPlJ_pae_uOhWibkYToOF3YH2YRmrskG_RXpPsaDE
https://private-user-images.githubusercontent.com/89015665/580890229-01440e27-35a4-424a-81df-725333775812.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3OTM5NDcsIm5iZiI6MTc4Mzc5MzY0NywicGF0aCI6Ii84OTAxNTY2NS81ODA4OTAyMjktMDE0NDBlMjctMzVhNC00MjRhLTgxZGYtNzI1MzMzNzc1ODEyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzExVDE4MTQwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdiYTFlYjk1NjYwNzFlMzI0ZDllN2JhNzQ0ZTVhZDQ5NmJmMzY4NWE2NzVjOTIzNzAyMzYxMTIzYWM2ODYwYzkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.sRBN9m_w7P78LaxjWtBksAJbOY3JtJPe94fT0pbSpWw
https://private-user-images.githubusercontent.com/89015665/580893084-87a2a221-0c2e-45b8-a4bd-cc334d9cbbd1.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3OTM5NDcsIm5iZiI6MTc4Mzc5MzY0NywicGF0aCI6Ii84OTAxNTY2NS81ODA4OTMwODQtODdhMmEyMjEtMGMyZS00NWI4LWE0YmQtY2MzMzRkOWNiYmQxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzExVDE4MTQwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVmOGNkNWExMTQ0MWE0MTE4NzBmMmQyMmNlNjMyN2M4YTFkYjMxMmRmMTAwOTZjZmVhZGZlZWU3YWZjOGJlODImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.Q-Lh2mgjemn31Ch4hnSaI4bNu71I-xf9VTAM4HKvNYM
https://private-user-images.githubusercontent.com/89015665/580903080-e7142f64-24ed-48a1-869f-84c4aa431379.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3OTM5NDcsIm5iZiI6MTc4Mzc5MzY0NywicGF0aCI6Ii84OTAxNTY2NS81ODA5MDMwODAtZTcxNDJmNjQtMjRlZC00OGExLTg2OWYtODRjNGFhNDMxMzc5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzExVDE4MTQwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZmODkxZDBkZjk4NDdmYTlmY2Q1NjYyZWRlZTU4MjZhNTMwNjNlOWYzM2FiYWVkN2E5NjJiMDVlOGNhMDgzZTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.YdEHsaECkn9pO2g-prQH3ORIJMLLgfRG5CaXM7a6jSM
Community supportUsers in need of help.https://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Community%20support%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.