René's URL Explorer Experiment


Title: [Doc]: Document color in a consistent way, including link · Issue #24859 · matplotlib/matplotlib · GitHub

Open Graph Title: [Doc]: Document color in a consistent way, including link · Issue #24859 · matplotlib/matplotlib

X Title: [Doc]: Document color in a consistent way, including link · Issue #24859 · matplotlib/matplotlib

Description: Documentation Link No response Problem Matplotlib has a rather flexible color concept, see https://matplotlib.org/stable/tutorials/colors/colors.html In the documentation, the type of color arguments is often, but not always, listed as "...

Open Graph Description: Documentation Link No response Problem Matplotlib has a rather flexible color concept, see https://matplotlib.org/stable/tutorials/colors/colors.html In the documentation, the type of color argumen...

X Description: Documentation Link No response Problem Matplotlib has a rather flexible color concept, see https://matplotlib.org/stable/tutorials/colors/colors.html In the documentation, the type of color argumen...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Doc]: Document color in a consistent way, including link","articleBody":"### Documentation Link\r\n\r\n_No response_\r\n\r\n### Problem\r\n\r\nMatplotlib has a rather flexible color concept, see https://matplotlib.org/stable/tutorials/colors/colors.html\r\n\r\nIn the documentation, the type of color arguments is often, but not always, listed as \"color\", although there are limited hints what this actually means.\r\n\r\n### Suggested improvement\r\n\r\nLink the type `color` to the page above (is there a better one?). Update other types (like `str`) to be `color`.\r\n\r\n```\r\n:doc:`color \u003c/tutorials/colors/colors\u003e`\r\n```\r\n\r\nThese are the ones I found through a simple grep.\r\n```\r\nmatplotlib/axes/_axes.py:        facecolor : color, default: 'none'\r\nmatplotlib/axes/_axes.py:        edgecolor : color, default: '0.5'\r\nmatplotlib/axes/_axes.py:        color : color or list of color, optional\r\nmatplotlib/axes/_axes.py:        edgecolor : color or list of color, optional\r\nmatplotlib/axes/_axes.py:        ecolor : color or list of color, default: 'black'\r\nmatplotlib/axes/_axes.py:        color : color or list of color, optional\r\nmatplotlib/axes/_axes.py:        edgecolor : color or list of color, optional\r\nmatplotlib/axes/_axes.py:        ecolor : color or list of color, default: 'black'\r\nmatplotlib/axes/_axes.py:        ecolor : color, default: None\r\nmatplotlib/axes/_axes.py:        pcolor : An alternative implementation with slightly different\r\nmatplotlib/axes/_axes.py:        color : color or array-like of colors or None, default: None\r\nmatplotlib/axes/_base.py:        color : color\r\nmatplotlib/axes/_base.py:        color : color\r\nmatplotlib/axes/_base.py:        labelcolor : color\r\nmatplotlib/axes/_base.py:        grid_color : color\r\nmatplotlib/axes/_secondary_axes.py:        color : color\r\nmatplotlib/backend_bases.py:        facecolor : color or 'auto', default: :rc:`savefig.facecolor`\r\nmatplotlib/backend_bases.py:        edgecolor : color or 'auto', default: :rc:`savefig.edgecolor`\r\nmatplotlib/collections.py:        color : color or list of colors, default: :rc:`lines.color`\r\nmatplotlib/figure.py:        color : color\r\nmatplotlib/figure.py:        color : color\r\nmatplotlib/figure.py:        facecolor : default: :rc:`figure.facecolor`\r\nmatplotlib/figure.py:        edgecolor : default: :rc:`figure.edgecolor`\r\nmatplotlib/figure.py:        facecolor : default: :rc:`figure.facecolor`\r\nmatplotlib/figure.py:        edgecolor : default: :rc:`figure.edgecolor`\r\nmatplotlib/figure.py:        facecolor : color or 'auto', default: :rc:`savefig.facecolor`\r\nmatplotlib/figure.py:        edgecolor : color or 'auto', default: :rc:`savefig.edgecolor`\r\nmatplotlib/legend.py:labelcolor : str or list, default: :rc:`legend.labelcolor`\r\nmatplotlib/legend.py:facecolor : \"inherit\" or color, default: :rc:`legend.facecolor`\r\nmatplotlib/legend.py:edgecolor : \"inherit\" or color, default: :rc:`legend.edgecolor`\r\nmatplotlib/lines.py:        color : color\r\nmatplotlib/lines.py:        gapcolor : color or None\r\nmatplotlib/mathtext.py:    color : str, optional\r\nmatplotlib/patches.py:        color : color or None\r\nmatplotlib/patches.py:        color : color or None\r\nmatplotlib/patheffects.py:        shadow_color : color, default: 'black'\r\nmatplotlib/pyplot.py:    facecolor : color, default: :rc:`figure.facecolor`\r\nmatplotlib/pyplot.py:    edgecolor : color, default: :rc:`figure.edgecolor`\r\nmatplotlib/quiver.py:color : color or color sequence, optional\r\nmatplotlib/quiver.py:        color : color\r\nmatplotlib/quiver.py:        labelcolor : color, default: :rc:`text.color`\r\nmatplotlib/quiver.py:barbcolor : color or color sequence\r\nmatplotlib/quiver.py:flagcolor : color or color sequence\r\nmatplotlib/streamplot.py:    color : color or 2D array\r\nmatplotlib/table.py:        edgecolor : color\r\nmatplotlib/table.py:        facecolor : color\r\nmatplotlib/text.py:        color : color\r\nmatplotlib/text.py:        color : color\r\nmatplotlib/widgets.py:        color : color\r\nmatplotlib/widgets.py:        hovercolor : color\r\nmatplotlib/widgets.py:        initcolor : color, default: 'r'\r\nmatplotlib/widgets.py:        track_color : color, default: 'lightgrey'\r\nmatplotlib/widgets.py:        track_color : color, default: 'lightgrey'\r\nmatplotlib/widgets.py:    color : color\r\nmatplotlib/widgets.py:    hovercolor : color\r\nmatplotlib/widgets.py:        color : color\r\nmatplotlib/widgets.py:        hovercolor : color\r\nmatplotlib/widgets.py:    activecolor : color\r\nmatplotlib/widgets.py:        activecolor : color\r\nmpl_toolkits/axes_grid1/anchored_artists.py:        color : str, default: 'black'\r\nmpl_toolkits/axes_grid1/anchored_artists.py:        color : str, default: 'white'\r\nmpl_toolkits/mplot3d/axes3d.py:        color : color-like\r\nmpl_toolkits/mplot3d/axes3d.py:        color : sequence of colors, optional\r\nmpl_toolkits/mplot3d/axes3d.py:        ecolor : color, default: None\r\nmpl_toolkits/mplot3d/axis3d.py:        color : color\r\n```\r\n\r\n```\r\nmatplotlib/axes/_axes.py:        colors : list of colors, default: :rc:`lines.color`\r\nmatplotlib/axes/_axes.py:        colors : list of colors, default: :rc:`lines.color`\r\nmatplotlib/axes/_axes.py:        colors : color or list of colors, default: :rc:`lines.color`\r\nmatplotlib/axes/_axes.py:        colors : array-like, default: None\r\nmatplotlib/axes/_axes.py:        edgecolors : color or sequence of color or {'face', 'none'} or None\r\nmatplotlib/axes/_axes.py:        colors : array(N, 4) or None\r\nmatplotlib/axes/_axes.py:        edgecolors : {'face', 'none', *None*} or color or sequence of color, \\\r\nmatplotlib/axes/_axes.py:        edgecolors : {'face', 'none', *None*} or color, default: 'face'\r\nmatplotlib/axes/_axes.py:        edgecolors : {'none', None, 'face', color, color sequence}, optional\r\nmatplotlib/axes/_axes.py:        edgecolors : {'none', None, 'face', color, color sequence}, optional\r\nmatplotlib/axes/_base.py:        colors : color\r\nmatplotlib/backend_bases.py:        colors : (3, 4) array-like\r\nmatplotlib/backend_bases.py:        colors : (N, 3, 4) array-like\r\nmatplotlib/backends/backend_pdf.py:        colors : np.ndarray\r\nmatplotlib/collections.py:        edgecolors : color or list of colors, default: :rc:`patch.edgecolor`\r\nmatplotlib/collections.py:        facecolors : color or list of colors, default: :rc:`patch.facecolor`\r\nmatplotlib/collections.py:        colors : color or list of color, default: :rc:`lines.color`\r\nmatplotlib/collections.py:        facecolors : color or list of color, default: 'none'\r\nmatplotlib/colorbar.py:        colors : color or list of colors\r\nmatplotlib/colors.py:        colors : array-like of colors or array-like of (value, color)\r\nmatplotlib/colors.py:    colors : list, array\r\nmatplotlib/colors.py:    colors : sequence of colors\r\nmatplotlib/contour.py:        colors : color or colors or None, default: None\r\nmatplotlib/contour.py:colors : color string or sequence of colors, optional\r\nmatplotlib/stackplot.py:    colors : list of color, optional\r\nmatplotlib/tri/_tricontour.py:colors : color string or sequence of colors, optional\r\nmatplotlib/tri/_tripcolor.py:    facecolors : array-like, optional\r\nmpl_toolkits/mplot3d/axes3d.py:        facecolors : array-like of colors.\r\nmpl_toolkits/mplot3d/axes3d.py:        facecolors, edgecolors : array-like, optional\r\n```\r\n\r\n```\r\nmatplotlib/axes/_axes.py:        c : color or sequence or sequence of color or None\r\nmatplotlib/backend_bases.py:        fg : color\r\nmatplotlib/collections.py:        c : color or list of RGBA tuples\r\nmatplotlib/collections.py:        c : color or list of colors\r\nmatplotlib/collections.py:        c : color or list of colors or 'face'\r\nmatplotlib/collections.py:        c : color or list of colors\r\nmatplotlib/lines.py:        ec : color\r\nmatplotlib/lines.py:        fc : color\r\nmatplotlib/lines.py:        fc : color\r\nmatplotlib/patches.py:        c : color\r\nmatplotlib/patheffects.py:        shadow_rgbFace : color\r\nmatplotlib/spines.py:        c : color\r\nmpl_toolkits/mplot3d/axes3d.py:        c : color, sequence, or sequence of colors, optional\r\n```","author":{"url":"https://github.com/oscargus","@type":"Person","name":"oscargus"},"datePublished":"2023-01-01T10:53:58.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/24859/matplotlib/issues/24859"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1ee9aee7-467a-8bf5-5c53-68c6256eea90
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8AA8:1730DB:4E7439F:6EDEB91:6A50201A
html-safe-noncef93d037a5286b6180324e26eabdf135f2c03d5431d104efa90ae6bf9f0bdf084
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QUE4OjE3MzBEQjo0RTc0MzlGOjZFREVCOTE6NkE1MDIwMUEiLCJ2aXNpdG9yX2lkIjoiMTQ2NzIzNTI2MTg4MDQ3NTY3NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacbf240d6fdc75c58ae41171c89277e129fe405be60ebe10f562a0290b895c74a0
hovercard-subject-tagissue:1515471972
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/24859/issue_layout
twitter:imagehttps://opengraph.githubassets.com/26a23757594ac7741fabd3799197b4fceb7798e87b9f569fcbf9f212181ac1e6/matplotlib/matplotlib/issues/24859
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/26a23757594ac7741fabd3799197b4fceb7798e87b9f569fcbf9f212181ac1e6/matplotlib/matplotlib/issues/24859
og:image:altDocumentation Link No response Problem Matplotlib has a rather flexible color concept, see https://matplotlib.org/stable/tutorials/colors/colors.html In the documentation, the type of color argumen...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameoscargus
hostnamegithub.com
expected-hostnamegithub.com
Nonea08040246389072795e3b4e7b33c6d9a0c564eee02e829a809326d67c418b069
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
released1b91b18e7330fc458dfd824c61eaed7daa830d6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/24859#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F24859
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%2F24859
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/24859
Reloadhttps://github.com/matplotlib/matplotlib/issues/24859
Reloadhttps://github.com/matplotlib/matplotlib/issues/24859
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/24859
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/24859
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 412 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
#27200https://github.com/matplotlib/matplotlib/pull/27200
[Doc]: Document color in a consistent way, including linkhttps://github.com/matplotlib/matplotlib/issues/24859#top
#27200https://github.com/matplotlib/matplotlib/pull/27200
Documentationhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Documentation%22
topic: color/color & colormapshttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22topic%3A%20color%2Fcolor%20%26%20colormaps%22
v3.9.0https://github.com/matplotlib/matplotlib/milestone/78
https://github.com/oscargus
oscargushttps://github.com/oscargus
on Jan 1, 2023https://github.com/matplotlib/matplotlib/issues/24859#issue-1515471972
https://matplotlib.org/stable/tutorials/colors/colors.htmlhttps://matplotlib.org/stable/tutorials/colors/colors.html
Documentationhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Documentation%22
topic: color/color & colormapshttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22topic%3A%20color%2Fcolor%20%26%20colormaps%22
v3.9.0https://github.com/matplotlib/matplotlib/milestone/78
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.