René's URL Explorer Experiment


Title: [Bug]: Incorrect rendering of Abugida fonts on Matplotlib visualization · Issue #29357 · matplotlib/matplotlib · GitHub

Open Graph Title: [Bug]: Incorrect rendering of Abugida fonts on Matplotlib visualization · Issue #29357 · matplotlib/matplotlib

X Title: [Bug]: Incorrect rendering of Abugida fonts on Matplotlib visualization · Issue #29357 · matplotlib/matplotlib

Description: Bug summary While trying to plot a heatmap, with labels in Devanagari script, I observe that words with vowel markers that come before the consonant are being rendered incorrectly in the plot. The issue seems to lie only within the plot ...

Open Graph Description: Bug summary While trying to plot a heatmap, with labels in Devanagari script, I observe that words with vowel markers that come before the consonant are being rendered incorrectly in the plot. The ...

X Description: Bug summary While trying to plot a heatmap, with labels in Devanagari script, I observe that words with vowel markers that come before the consonant are being rendered incorrectly in the plot. The ...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: Incorrect rendering of Abugida fonts on Matplotlib visualization","articleBody":"### Bug summary\n\nWhile trying to plot a heatmap, with labels in Devanagari script, I observe that words with vowel markers that come before the consonant are being rendered incorrectly in the plot. \r\n\r\n\u003cimg width=\"281\" alt=\"image\" src=\"https://github.com/user-attachments/assets/3d5c2fbb-5fb7-4b4e-a7a7-ebf53a72cd49\" /\u003e\r\n\r\nThe issue seems to lie only within the plot and is correctly rendered outside the plot in other Jupyter notebook output cells. I have imported _**Noto Serif Devanagari Thin**_ of format \"_**.ttf**_\" in the font_manager of matplotlib. \n\n### Code for reproduction\n\n```Python\n#-------------------------------------Importing font file--------------------------------------------\r\nimport matplotlib.pyplot as plt\r\nfrom matplotlib import font_manager\r\n\r\nfont_path = r'../NotoSerifDevanagari-Thin.ttf'  #Font Download URL https://fonts.google.com/noto/specimen/Noto+Serif+Devanagari\r\nfont_manager.fontManager.addfont(font_path)\r\nprop = font_manager.FontProperties(fname=font_path)\r\n\r\nplt.rcParams['font.family'] = 'sans-serif'\r\nplt.rcParams['font.sans-serif'] = prop.get_name()\r\n\r\n\r\n#---------------------------------------Printing the Heatmap------------------------------------------\r\n\r\ncols = ['कंऊ', 'कंकन', 'कंकाल', 'कंग', 'कंगण', 'कंगणयाठ', 'कंगणा', 'कंगणी',\r\n       'कंगणु', 'कंगयारी', 'कंगर', 'कंगरमाला', 'कंगला', 'कंगाळ',\r\n       'कंगावणो', 'कंगियारी', 'कंगूरा', 'कंगोयर', 'कंगड़ोणा', 'कंघू']\r\n\r\nimport seaborn as sns\r\n\r\ndistances = [[ 1.00000012,  0.07712191,  0.14661103, -0.04143704,  0.53648712,\r\n         0.33697583,  0.53648712,  0.51686014,  0.38120874,  0.50693332,\r\n         0.45912105,  0.39092736,  0.37029334,  0.48355384,  0.08494762,\r\n         0.2027287 ,  0.22532   , -0.13099329,  0.21541182,  0.2619344 ],\r\n       [ 0.07712191,  1.        ,  0.27505046,  0.02465715,  0.19377662,\r\n         0.1261098 ,  0.19377662,  0.1506419 ,  0.35335953,  0.20175425,\r\n         0.24165124,  0.28307295,  0.16849031,  0.0239366 ,  0.07874829,\r\n         0.13574625,  0.20279602,  0.13992496,  0.07440536,  0.29719737],\r\n       [ 0.14661103,  0.27505046,  1.        , -0.04620013,  0.33248773,\r\n         0.15105981,  0.33248773,  0.22782895,  0.32314968,  0.16231962,\r\n         0.33643136,  0.33366867,  0.06132669,  0.00628519,  0.31157723,\r\n         0.32549456,  0.24985954,  0.08681663, -0.0043968 ,  0.30289415],\r\n       [-0.04143704,  0.02465715, -0.04620013,  1.        , -0.03092548,\r\n         0.06609477, -0.03092548, -0.13675212, -0.02324197, -0.24876945,\r\n        -0.19765455, -0.09264191,  0.10586093, -0.03386144, -0.07041141,\r\n        -0.16070572, -0.11320979,  0.05005207,  0.06435453, -0.04384374],\r\n       [ 0.53648712,  0.19377662,  0.33248773, -0.03092548,  1.        ,\r\n         0.29916139,  1.        ,  0.65163825,  0.72046704,  0.55254239,\r\n         0.57694138,  0.62017921,  0.42146252,  0.40582417,  0.13931256,\r\n         0.42310567,  0.34080061,  0.02983071,  0.21334639,  0.47694966],\r\n       [ 0.33697583,  0.1261098 ,  0.15105981,  0.06609477,  0.29916139,\r\n         1.        ,  0.29916139,  0.54745869,  0.28604334,  0.39199968,\r\n         0.36999825,  0.2213295 ,  0.26273593,  0.39979477,  0.15303509,\r\n         0.33649553,  0.09807743,  0.05601585,  0.2305386 ,  0.40991256],\r\n       [ 0.53648712,  0.19377662,  0.33248773, -0.03092548,  1.        ,\r\n         0.29916139,  1.        ,  0.65163825,  0.72046704,  0.55254239,\r\n         0.57694138,  0.62017921,  0.42146252,  0.40582417,  0.13931256,\r\n         0.42310567,  0.34080061,  0.02983071,  0.21334639,  0.47694966],\r\n       [ 0.51686014,  0.1506419 ,  0.22782895, -0.13675212,  0.65163825,\r\n         0.54745869,  0.65163825,  1.        ,  0.71716835,  0.63264708,\r\n         0.62838955,  0.47028607,  0.33207874,  0.47275523,  0.16827085,\r\n         0.50378844,  0.26850763, -0.06614359,  0.25800855,  0.56002025],\r\n       [ 0.38120874,  0.35335953,  0.32314968, -0.02324197,  0.72046704,\r\n         0.28604334,  0.72046704,  0.71716835,  1.        ,  0.50603543,\r\n         0.5059674 ,  0.52531186,  0.29890772,  0.30439026,  0.31332371,\r\n         0.46341207,  0.33670898,  0.1210591 ,  0.1456821 ,  0.45291205],\r\n       [ 0.50693332,  0.20175425,  0.16231962, -0.24876945,  0.55254239,\r\n         0.39199968,  0.55254239,  0.63264708,  0.50603543,  1.        ,\r\n         0.55836697,  0.25994718,  0.31039424,  0.36613216,  0.24675051,\r\n         0.465611  ,  0.23443568,  0.01218331,  0.37018659,  0.45373405],\r\n       [ 0.45912105,  0.24165124,  0.33643136, -0.19765455,  0.57694138,\r\n         0.36999825,  0.57694138,  0.62838955,  0.5059674 ,  0.55836697,\r\n         1.        ,  0.44948247,  0.25360835,  0.39044196,  0.23445548,\r\n         0.59344035,  0.56251523, -0.01464187,  0.22015723,  0.61909768],\r\n       [ 0.39092736,  0.28307295,  0.33366867, -0.09264191,  0.62017921,\r\n         0.2213295 ,  0.62017921,  0.47028607,  0.52531186,  0.25994718,\r\n         0.44948247,  1.        ,  0.3531896 ,  0.22887981,  0.06463467,\r\n         0.3665741 ,  0.42415992,  0.08162159,  0.08619286,  0.39534383],\r\n       [ 0.37029334,  0.16849031,  0.06132669,  0.10586093,  0.42146252,\r\n         0.26273593,  0.42146252,  0.33207874,  0.29890772,  0.31039424,\r\n         0.25360835,  0.3531896 ,  1.        ,  0.76107077, -0.00676973,\r\n         0.24680215,  0.09632001,  0.00772719,  0.178872  ,  0.29167667],\r\n       [ 0.48355384,  0.0239366 ,  0.00628519, -0.03386144,  0.40582417,\r\n         0.39979477,  0.40582417,  0.47275523,  0.30439026,  0.36613216,\r\n         0.39044196,  0.22887981,  0.76107077,  1.        ,  0.00392713,\r\n         0.17269458,  0.0984515 , -0.09089949,  0.12039699,  0.30054512],\r\n       [ 0.08494762,  0.07874829,  0.31157723, -0.07041141,  0.13931256,\r\n         0.15303509,  0.13931256,  0.16827085,  0.31332371,  0.24675051,\r\n         0.23445548,  0.06463467, -0.00676973,  0.00392713,  1.00000012,\r\n         0.31029389,  0.00211672,  0.10704701,  0.04611979,  0.17345914],\r\n       [ 0.2027287 ,  0.13574625,  0.32549456, -0.16070572,  0.42310567,\r\n         0.33649553,  0.42310567,  0.50378844,  0.46341207,  0.465611  ,\r\n         0.59344035,  0.3665741 ,  0.24680215,  0.17269458,  0.31029389,\r\n         1.        ,  0.40896827,  0.10605786,  0.21322685,  0.62610233],\r\n       [ 0.22532   ,  0.20279602,  0.24985954, -0.11320979,  0.34080061,\r\n         0.09807743,  0.34080061,  0.26850763,  0.33670898,  0.23443568,\r\n         0.56251523,  0.42415992,  0.09632001,  0.0984515 ,  0.00211672,\r\n         0.40896827,  1.        ,  0.08140745,  0.10477526,  0.31258686],\r\n       [-0.13099329,  0.13992496,  0.08681663,  0.05005207,  0.02983071,\r\n         0.05601585,  0.02983071, -0.06614359,  0.1210591 ,  0.01218331,\r\n        -0.01464187,  0.08162159,  0.00772719, -0.09089949,  0.10704701,\r\n         0.10605786,  0.08140745,  1.        ,  0.00525283,  0.08305563],\r\n       [ 0.21541182,  0.07440536, -0.0043968 ,  0.06435453,  0.21334639,\r\n         0.2305386 ,  0.21334639,  0.25800855,  0.1456821 ,  0.37018659,\r\n         0.22015723,  0.08619286,  0.178872  ,  0.12039699,  0.04611979,\r\n         0.21322685,  0.10477526,  0.00525283,  1.        ,  0.08586092],\r\n       [ 0.2619344 ,  0.29719737,  0.30289415, -0.04384374,  0.47694966,\r\n         0.40991256,  0.47694966,  0.56002025,  0.45291205,  0.45373405,\r\n         0.61909768,  0.39534383,  0.29167667,  0.30054512,  0.17345914,\r\n         0.62610233,  0.31258686,  0.08305563,  0.08586092,  1.        ]]\r\n\r\nfig, ax = plt.subplots(figsize=(20, 20))\r\n\r\ns = sns.heatmap(distances, square=True, annot=True, cbar=False, cmap='Blues', ax=ax)\r\n\r\ns.set_yticklabels(cols)\r\ns.set_xticklabels(cols)\r\n\r\nhfont = {'fontname':'Helvetica'}\r\nplt.xlabel('Words', **hfont)\r\nplt.ylabel('Words', **hfont)\r\n\r\nplt.xticks(rotation=90)\r\nplt.yticks(rotation=0) \r\n\r\nplt.rcParams.update({'font.size': 20})\r\nplt.show()\n```\n\n\n### Actual outcome\n\n\u003cimg width=\"386\" alt=\"image\" src=\"https://github.com/user-attachments/assets/757f182d-bcbd-4f7c-805a-8aa3fc66fd0e\" /\u003e\r\n\n\n### Expected outcome\n\nIn the expected outcome, the highlighted label in the bug summary image should be rendered as **_कंगियारी_**. In the current output it is being rendered like कंगयिारी which is wrong.\n\n### Additional information\n\nI observe that words with vowel markers that come before the consonant are being rendered incorrectly in the plot. This makes me believe that this might be due to some old font engine which is being used in matplotlib to render Unicode characters.  \n\n### Operating system\n\nWindows\n\n### Matplotlib Version\n\n3.4.3\n\n### Matplotlib Backend\n\nmodule://matplotlib_inline.backend_inline\n\n### Python version\n\n3.9.7\n\n### Jupyter version\n\n6.4.5\n\n### Installation\n\npip","author":{"url":"https://github.com/nik9hil","@type":"Person","name":"nik9hil"},"datePublished":"2024-12-20T12:23:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/29357/matplotlib/issues/29357"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:17f809aa-11f2-0180-5c7e-224b0bd33b15
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD174:B0958:28F8AD0:3647D63:6A521653
html-safe-noncea2dd5bac520328910097020e7e3bd08ce3ee36e1d1b62b52b099413611e77886
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMTc0OkIwOTU4OjI4RjhBRDA6MzY0N0Q2Mzo2QTUyMTY1MyIsInZpc2l0b3JfaWQiOiI1MDQyNTk4OTcxMjAxMzQ3MzkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacfeff2e44b15a857159dd0a8803a03f0b28cb254543c341c1e5ae237abc35e721
hovercard-subject-tagissue:2752633741
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/29357/issue_layout
twitter:imagehttps://opengraph.githubassets.com/347e91231d5051556edae309311c91ee01d22e4dc01467b33bdf972400458159/matplotlib/matplotlib/issues/29357
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/347e91231d5051556edae309311c91ee01d22e4dc01467b33bdf972400458159/matplotlib/matplotlib/issues/29357
og:image:altBug summary While trying to plot a heatmap, with labels in Devanagari script, I observe that words with vowel markers that come before the consonant are being rendered incorrectly in the plot. The ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamenik9hil
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/29357#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F29357
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%2F29357
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/29357
Reloadhttps://github.com/matplotlib/matplotlib/issues/29357
Reloadhttps://github.com/matplotlib/matplotlib/issues/29357
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/29357
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/29357
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
#30000https://github.com/matplotlib/matplotlib/pull/30000
[Bug]: Incorrect rendering of Abugida fonts on Matplotlib visualizationhttps://github.com/matplotlib/matplotlib/issues/29357#top
#30000https://github.com/matplotlib/matplotlib/pull/30000
https://github.com/QuLogic
topic: texthttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22topic%3A%20text%22
v3.11.0https://github.com/matplotlib/matplotlib/milestone/96
https://github.com/nik9hil
nik9hilhttps://github.com/nik9hil
on Dec 20, 2024https://github.com/matplotlib/matplotlib/issues/29357#issue-2752633741
https://private-user-images.githubusercontent.com/32241740/397730278-3d5c2fbb-5fb7-4b4e-a7a7-ebf53a72cd49.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3NjQ4NjMsIm5iZiI6MTc4Mzc2NDU2MywicGF0aCI6Ii8zMjI0MTc0MC8zOTc3MzAyNzgtM2Q1YzJmYmItNWZiNy00YjRlLWE3YTctZWJmNTNhNzJjZDQ5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzExVDEwMDkyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUxZmU0MjdlZGNiZmQzOTkzNTM5MmNiMWIyYTUzYmU4ZjdmOTNjYTBhZTQyZjk4NWY3MjU4NjM2ZmY5ZmFiMjAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.r8oyBg84kZmKx_LRfMAGp5IEpxtifK4bauvORT_Gu5s
https://private-user-images.githubusercontent.com/32241740/397733038-757f182d-bcbd-4f7c-805a-8aa3fc66fd0e.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3NjQ4NjMsIm5iZiI6MTc4Mzc2NDU2MywicGF0aCI6Ii8zMjI0MTc0MC8zOTc3MzMwMzgtNzU3ZjE4MmQtYmNiZC00ZjdjLTgwNWEtOGFhM2ZjNjZmZDBlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzExVDEwMDkyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA2ZjkyODI3MGU4ZjQ0MTQyNTBkMjI4MDJjYzE4YzEyYmFhNDY3YTdlZWE5ZDA3MWIzNDcxYjFiNWQ2OTgyZDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.y1SdvwuE6jha0RJU0rqUmv4SujjZEft_8Y5B8eYSgHE
QuLogichttps://github.com/QuLogic
topic: texthttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22topic%3A%20text%22
Font and text overhaulhttps://github.com/orgs/matplotlib/projects/7
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.