René's URL Explorer Experiment


Title: [Bug]: Bug / Inconsistency: Title Format Lost After Interactive Editing · Issue #30770 · matplotlib/matplotlib · GitHub

Open Graph Title: [Bug]: Bug / Inconsistency: Title Format Lost After Interactive Editing · Issue #30770 · matplotlib/matplotlib

X Title: [Bug]: Bug / Inconsistency: Title Format Lost After Interactive Editing · Issue #30770 · matplotlib/matplotlib

Description: Bug summary When a figure is plotted with a bold/dark title or legend, e.g.: Plot The title appears correctly (bold, dark). But when the user edits any label/title from the interactive Matplotlib plotting window, such as: Editing xlabel ...

Open Graph Description: Bug summary When a figure is plotted with a bold/dark title or legend, e.g.: Plot The title appears correctly (bold, dark). But when the user edits any label/title from the interactive Matplotlib p...

X Description: Bug summary When a figure is plotted with a bold/dark title or legend, e.g.: Plot The title appears correctly (bold, dark). But when the user edits any label/title from the interactive Matplotlib p...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: Bug / Inconsistency: Title Format Lost After Interactive Editing","articleBody":"### Bug summary\n\nWhen a figure is plotted with a bold/dark title or legend, e.g.:\n\n\u003cimg width=\"900\" height=\"700\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/029a302f-c100-4c1c-9853-ee80b55fe623\" /\u003e\n\nPlot The title appears correctly (bold, dark).\n\nBut when the user edits any label/title from the interactive Matplotlib plotting window, such as:\n- Editing xlabel\n- Editing ylabel\n- Editing legend text\n- Changing marker properties\n\nexample:\n\n\u003cimg width=\"927\" height=\"781\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/383f98e4-73b2-430b-afdb-fc633e1f98e7\" /\u003e\n\n\n→ the title formatting immediately resets, e.g.:\n\n- Bold becomes normal\n- Color lightens or resets\n- Weight lost\n\nexample: like \n\n\u003cimg width=\"1107\" height=\"782\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a0e0d7a4-3113-41e5-8c04-b4df84de4df2\" /\u003e\n\nThis is unexpected and interrupts the workflow.\n\n\n\n### Code for reproduction\n\n```Python\nimport numpy as np\nimport matplotlib.pyplot as plt\nfrom matplotlib.ticker import MultipleLocator\n\n# Define the x range\nx = np.linspace(-2, 2, 1000)\n\n# Define the wave packet: high-frequency sine modulated by a Gaussian envelope\ny = np.sin(50 * x) * np.exp(-x**2)\n\n\n\n#Plotting information \n# Create 3 subplots (3 rows, 1 column)\nfig, ax = plt.subplots(figsize=(9, 7))  # Adjust figure size if needed\n\n# Customize tick parameters for bold text\nax.tick_params(axis='both', direction='in', which='both')\nax.tick_params(which='both', width=2)\nax.tick_params(which='major', length=7, color='r')\nax.tick_params(which='minor', length=4)\nax.minorticks_on()  # Turn on minor ticks\n\n# Set bold tick labels in Times New Roman\nax.tick_params(axis='x', labelsize=12)\nax.tick_params(axis='y', labelsize=12)\nfor label in ax.get_xticklabels() + ax.get_yticklabels():\n    label.set_fontweight('bold')\n    label.set_fontname(\"Times New Roman\")\n    label.set_fontsize(20)\n\n# Set X-axis tick spacing (step size = 2)\nax.xaxis.set_major_locator(MultipleLocator(2))\n\n    \n# Define font settings\nfont_settings = {\n    \"fontname\": \"Times New Roman\",\n    \"fontsize\": 20,  # Change this for font size\n    \"fontweight\": \"bold\"\n}\n\n# Labeling axes and title\nax.plot(x, y, label= 'Group Wave', color='blue')\nax.set_xlabel('Wave packet length', **font_settings)\nax.set_title('High-Frequency Group Wave Packet', **font_settings) \nax.set_ylabel('Amplitude', **font_settings)\nax.legend(prop={'family': 'Times New Roman', 'weight': 'bold', 'size': 12})\nax.grid(True, linestyle=\"--\", linewidth=0.5)\n#plt.savefig('wave packet ')\nplt.grid(True)\nplt.show()\n```\n\n### Actual outcome\n\nTitle loses bold/dark formatting.\nText properties revert to default settings.\n\n\u003cimg width=\"1107\" height=\"782\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/52d3478f-203c-4725-86f8-af575607b13b\" /\u003e\n\n### Expected outcome\n\nTitle and other text properties should remain intact.\nEditing a label should NOT modify unrelated elements.\n\n\u003cimg width=\"900\" height=\"700\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/06fe523d-f3d4-47e3-8c03-5cbc21b4b613\" /\u003e\n\n\n### Additional information\n\nThis problem interrupt the workflow....\n\n### Operating system\n\nWindows\n\n### Matplotlib Version\n\nMatplotlib: 3.7.0\n\n### Matplotlib Backend\n\nMatplotlib backend: Qt5Agg\n\n### Python version\n\nPython: 3.10.9 | packaged by Anaconda, Inc. | (main, Mar  1 2023, 18:18:15) [MSC v.1916 64 bit (AMD64)]\n\n### Jupyter version\n\n_No response_\n\n### Installation\n\nconda","author":{"url":"https://github.com/mdmalik95","@type":"Person","name":"mdmalik95"},"datePublished":"2025-11-20T09:38:12.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/30770/matplotlib/issues/30770"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a4317b28-ca70-53af-20d6-79ab337291c2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idEA56:2E826C:63E90E:892180:6A5254CC
html-safe-noncede2baa032c72ad75dc2ab7d4a758e7bb838e4c82852d4799889dca296a2d22fe
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQTU2OjJFODI2Qzo2M0U5MEU6ODkyMTgwOjZBNTI1NENDIiwidmlzaXRvcl9pZCI6IjE1ODgyMzQ5OTYwOTg5NDYyNTIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac6dcf4574d613bdeea8893c5d1043bd6773a2882f7e8cfbb7fe7151a5e28d0640
hovercard-subject-tagissue:3646371487
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/30770/issue_layout
twitter:imagehttps://opengraph.githubassets.com/abff556140921e9f8b5f2e922fa30d5174de3c65ddaf423872fa60ffe546ee3c/matplotlib/matplotlib/issues/30770
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/abff556140921e9f8b5f2e922fa30d5174de3c65ddaf423872fa60ffe546ee3c/matplotlib/matplotlib/issues/30770
og:image:altBug summary When a figure is plotted with a bold/dark title or legend, e.g.: Plot The title appears correctly (bold, dark). But when the user edits any label/title from the interactive Matplotlib p...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemdmalik95
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
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/30770#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F30770
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%2F30770
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/30770
Reloadhttps://github.com/matplotlib/matplotlib/issues/30770
Reloadhttps://github.com/matplotlib/matplotlib/issues/30770
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/30770
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/30770
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
#30775https://github.com/matplotlib/matplotlib/pull/30775
[Bug]: Bug / Inconsistency: Title Format Lost After Interactive Editinghttps://github.com/matplotlib/matplotlib/issues/30770#top
#30775https://github.com/matplotlib/matplotlib/pull/30775
status: confirmed bughttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20confirmed%20bug%22
v3.11.0https://github.com/matplotlib/matplotlib/milestone/96
https://github.com/mdmalik95
mdmalik95https://github.com/mdmalik95
on Nov 20, 2025https://github.com/matplotlib/matplotlib/issues/30770#issue-3646371487
https://private-user-images.githubusercontent.com/162082249/516755512-029a302f-c100-4c1c-9853-ee80b55fe623.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3ODA4NTYsIm5iZiI6MTc4Mzc4MDU1NiwicGF0aCI6Ii8xNjIwODIyNDkvNTE2NzU1NTEyLTAyOWEzMDJmLWMxMDAtNGMxYy05ODUzLWVlODBiNTVmZTYyMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNzExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDcxMVQxNDM1NTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mYmFhZjM0OTU5OGUyMmI5OGZmNDJjYWFiMDY0OWY1ODU3NTQ4NDdmM2JhNzFjNjAyMmU3ZGUzZDE4ODcyMGQxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ.hWDeXu2CmBtaZpAosI5-hOagGXP0GBDrU02vVR2eC68
https://private-user-images.githubusercontent.com/162082249/516755999-383f98e4-73b2-430b-afdb-fc633e1f98e7.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3ODA4NTYsIm5iZiI6MTc4Mzc4MDU1NiwicGF0aCI6Ii8xNjIwODIyNDkvNTE2NzU1OTk5LTM4M2Y5OGU0LTczYjItNDMwYi1hZmRiLWZjNjMzZTFmOThlNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNzExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDcxMVQxNDM1NTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kMWMyNmFjYjEyM2M1ZDBkNTYxNWVlMWUxMTQzMTIxYzU3NzJjNDJjYWJkNzQ2ZDlkNDMxYzhkZmJhOWI2MGZhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ.pVr_Ng3A5fEtq0mKehQh-Be61AtfzCiLaA_J7UsLKsA
https://private-user-images.githubusercontent.com/162082249/516756598-a0e0d7a4-3113-41e5-8c04-b4df84de4df2.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3ODA4NTYsIm5iZiI6MTc4Mzc4MDU1NiwicGF0aCI6Ii8xNjIwODIyNDkvNTE2NzU2NTk4LWEwZTBkN2E0LTMxMTMtNDFlNS04YzA0LWI0ZGY4NGRlNGRmMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNzExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDcxMVQxNDM1NTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hMDgzYzk4Y2IyY2NlOTYzN2ExMzg5NTE2ZDNlNjVjNDc3YzRmMjgyMGU5N2FkMzk1ODAwOGMxOTY4OWMyZmE2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ.oC3G61bumTd3AligFwQd4j4z1YaKFSmpfk-H710Midk
https://private-user-images.githubusercontent.com/162082249/516756980-52d3478f-203c-4725-86f8-af575607b13b.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3ODA4NTYsIm5iZiI6MTc4Mzc4MDU1NiwicGF0aCI6Ii8xNjIwODIyNDkvNTE2NzU2OTgwLTUyZDM0NzhmLTIwM2MtNDcyNS04NmY4LWFmNTc1NjA3YjEzYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNzExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDcxMVQxNDM1NTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04ZGExMzA3NWQ4OTQ3MDU1OGRiYzZjMmQxMTU3YzNhZDkwYjU5MTFhOTM4MTk5NmQ1NzI2M2QzY2Q5YTgyNGFiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ.3IVoscMOnlypY9aj3w1yEyJhxZ09Z4r4KuMSI6VO6Rs
https://private-user-images.githubusercontent.com/162082249/516756854-06fe523d-f3d4-47e3-8c03-5cbc21b4b613.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3ODA4NTYsIm5iZiI6MTc4Mzc4MDU1NiwicGF0aCI6Ii8xNjIwODIyNDkvNTE2NzU2ODU0LTA2ZmU1MjNkLWYzZDQtNDdlMy04YzAzLTVjYmMyMWI0YjYxMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNzExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDcxMVQxNDM1NTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NTMwNjJkMmNlMzQ5ZDZiNjUwZjgyYTY0OTk0MmE1YTA1M2ZjMjYzMmY3MGFlMDQ4NmI0OTZlZTJhZGRiMjU0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ.BmGLuctAmlTaJF9T_lsg3QnuFp13Av3Ug67jzggbO7E
status: confirmed bughttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20confirmed%20bug%22
v3.11.0https://github.com/matplotlib/matplotlib/milestone/96
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.