René's URL Explorer Experiment


Title: gap size for contour labels is poorly estimated · Issue #16153 · matplotlib/matplotlib · GitHub

Open Graph Title: gap size for contour labels is poorly estimated · Issue #16153 · matplotlib/matplotlib

X Title: gap size for contour labels is poorly estimated · Issue #16153 · matplotlib/matplotlib

Description: Bug report Bug summary The size of the gap for contour labels in contour plots is poorly estimated. (Noted while looking at #8819). Code for reproduction This uses a custom "very wide" font to make the problem more visible: download the ...

Open Graph Description: Bug report Bug summary The size of the gap for contour labels in contour plots is poorly estimated. (Noted while looking at #8819). Code for reproduction This uses a custom "very wide" font to make...

X Description: Bug report Bug summary The size of the gap for contour labels in contour plots is poorly estimated. (Noted while looking at #8819). Code for reproduction This uses a custom "very wide" fo...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"gap size for contour labels is poorly estimated","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\n\r\nThe size of the gap for contour labels in contour plots is poorly estimated.  (Noted while looking at #8819).\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\nThis uses a custom \"very wide\" font to make the problem more visible: download the font at https://www.1001fonts.com/20-db-font.html, put it somewhere where font_manager will find it, and run\r\n```python\r\nfrom pylab import *\r\n# You'll need to regen your font cache first.\r\nrcParams['font.family'] = '20 db'\r\nplt.figure()\r\nx = np.arange(400).reshape((20,20))\r\nc = plt.contour(x)\r\nplt.clabel(c)\r\nplt.show()\r\n```\r\n\r\n**Actual outcome**\r\n\r\n![bad](https://user-images.githubusercontent.com/1322974/71937102-a07df780-31ab-11ea-9b37-bb5a8ed15fb0.png)\r\n\r\n**Expected outcome**\r\n\r\n![good](https://user-images.githubusercontent.com/1322974/71937106-a542ab80-31ab-11ea-92c8-11fcf41b299c.png)\r\n\r\n---\r\n\r\nThe fix is actually not that hard (that's how I gen'd the \"good\" version)\r\n```diff\r\ndiff --git a/lib/matplotlib/contour.py b/lib/matplotlib/contour.py\r\nindex bc17765c5..dd07d9f22 100644\r\n--- a/lib/matplotlib/contour.py\r\n+++ b/lib/matplotlib/contour.py\r\n@@ -236,20 +236,12 @@ class ContourLabeler:\r\n         \"\"\"\r\n         if not isinstance(lev, str):\r\n             lev = self.get_text(lev, fmt)\r\n-        lev, ismath = text.Text()._preprocess_math(lev)\r\n-        if ismath == 'TeX':\r\n-            lw, _, _ = (texmanager.TexManager()\r\n-                        .get_text_width_height_descent(lev, fsize))\r\n-        elif ismath:\r\n-            if not hasattr(self, '_mathtext_parser'):\r\n-                self._mathtext_parser = mathtext.MathTextParser('bitmap')\r\n-            img, _ = self._mathtext_parser.parse(lev, dpi=72,\r\n-                                                 prop=self.labelFontProps)\r\n-            _, lw = np.shape(img)  # at dpi=72, the units are PostScript points\r\n-        else:\r\n-            # width is much less than \"font size\"\r\n-            lw = len(lev) * fsize * 0.6\r\n-        return lw\r\n+        fig = self.ax.figure\r\n+        width = (text.Text(0, 0, lev,\r\n+                           figure=fig, fontproperties=self.labelFontProps)\r\n+                 .get_window_extent(fig.canvas.get_renderer()).width)\r\n+        width *= 72 / fig.dpi\r\n+        return width\r\n \r\n     def set_label_props(self, label, text, color):\r\n         \"\"\"Set the label properties - color, fontsize, text.\"\"\"\r\n```\r\nbut this breaks a bunch of baseline images (unsurprisingly) so I'm going to combine this with other baseline-breaking cleanups I want to do on contour... Specifically, I plan to\r\n- get rid of https://github.com/matplotlib/matplotlib/blob/262c67fad54608e1a8ee2b7c2aac8e9e5f01dba2/lib/matplotlib/contour.py#L564-L567 (which can be removed with no bad effect)\r\n- check whether we can make the default formatter of labels the same formatter as the one that would be used for a colorbar; this would allow the use of a unicode minus and other benefits listed in https://github.com/matplotlib/matplotlib/pull/12459 (see also https://github.com/matplotlib/matplotlib/pull/12473).\r\n\r\n---\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: linux\r\n  * Matplotlib version: master\r\n  * Matplotlib backend (`print(matplotlib.get_backend())`): agg\r\n  * Python version: 38\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/anntzer","@type":"Person","name":"anntzer"},"datePublished":"2020-01-07T23:15:16.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/16153/matplotlib/issues/16153"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:4d5162a5-9f40-cab6-fb88-cd5ec6e9ef69
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id96BA:215443:EB97E5:13B7542:6A532E6D
html-safe-nonce25f729a2c235b5a9158476b4105533b45f3a2b81aaca2895a4120afb6280be18
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NkJBOjIxNTQ0MzpFQjk3RTU6MTNCNzU0Mjo2QTUzMkU2RCIsInZpc2l0b3JfaWQiOiIyNTczODkzMzAxNzk1MDE2NzciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac75f52b8a450ef34f854512e144880a1d12d62483541af1e5ed5d2fb73bcee28b
hovercard-subject-tagissue:546558040
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/16153/issue_layout
twitter:imagehttps://opengraph.githubassets.com/2c62ed45a10f62d6821bd5c18be63010a2795ce73ecb96bcb2a70eb42f89c9a7/matplotlib/matplotlib/issues/16153
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/2c62ed45a10f62d6821bd5c18be63010a2795ce73ecb96bcb2a70eb42f89c9a7/matplotlib/matplotlib/issues/16153
og:image:altBug report Bug summary The size of the gap for contour labels in contour plots is poorly estimated. (Noted while looking at #8819). Code for reproduction This uses a custom "very wide" font to make...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameanntzer
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/16153#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F16153
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%2F16153
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/16153
Reloadhttps://github.com/matplotlib/matplotlib/issues/16153
Reloadhttps://github.com/matplotlib/matplotlib/issues/16153
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/16153
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/16153
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
#16171https://github.com/matplotlib/matplotlib/pull/16171
gap size for contour labels is poorly estimatedhttps://github.com/matplotlib/matplotlib/issues/16153#top
#16171https://github.com/matplotlib/matplotlib/pull/16171
v3.4.0https://github.com/matplotlib/matplotlib/milestone/53
https://github.com/anntzer
anntzerhttps://github.com/anntzer
on Jan 7, 2020https://github.com/matplotlib/matplotlib/issues/16153#issue-546558040
#8819https://github.com/matplotlib/matplotlib/issues/8819
https://www.1001fonts.com/20-db-font.htmlhttps://www.1001fonts.com/20-db-font.html
https://user-images.githubusercontent.com/1322974/71937102-a07df780-31ab-11ea-9b37-bb5a8ed15fb0.png
https://user-images.githubusercontent.com/1322974/71937106-a542ab80-31ab-11ea-92c8-11fcf41b299c.png
matplotlib/lib/matplotlib/contour.pyhttps://github.com/matplotlib/matplotlib/blob/262c67fad54608e1a8ee2b7c2aac8e9e5f01dba2/lib/matplotlib/contour.py#L564-L567
262c67fhttps://github.com/matplotlib/matplotlib/commit/262c67fad54608e1a8ee2b7c2aac8e9e5f01dba2
Improve formatting of imshow() cursor data when a colorbar exists. #12459https://github.com/matplotlib/matplotlib/pull/12459
Create a hidden colorbar on-the-fly to format imshow cursor data if no colorbar exists yet. #12473https://github.com/matplotlib/matplotlib/pull/12473
v3.4.0https://github.com/matplotlib/matplotlib/milestone/53
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.