René's URL Explorer Experiment


Title: [Bug]: I give an RGB image to imsave but I don't have the right color map! · Issue #29183 · matplotlib/matplotlib · GitHub

Open Graph Title: [Bug]: I give an RGB image to imsave but I don't have the right color map! · Issue #29183 · matplotlib/matplotlib

X Title: [Bug]: I give an RGB image to imsave but I don't have the right color map! · Issue #29183 · matplotlib/matplotlib

Description: Bug summary When I give an RGB image as a list of list of list to imsave, I don't have the right colormap and there is no rgb colormap! Code for reproduction import matplotlib.pyplot as plt I = plt.imread("notre-dame.jpg") m,n,p = I.shap...

Open Graph Description: Bug summary When I give an RGB image as a list of list of list to imsave, I don't have the right colormap and there is no rgb colormap! Code for reproduction import matplotlib.pyplot as plt I = plt...

X Description: Bug summary When I give an RGB image as a list of list of list to imsave, I don't have the right colormap and there is no rgb colormap! Code for reproduction import matplotlib.pyplot as plt I =...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: I give an RGB image to imsave but I don't have the right color map!","articleBody":"### Bug summary\r\n\r\nWhen I give an RGB image as a list of list of list to imsave, I don't have the right colormap and there is no rgb colormap!\r\n\r\n### Code for reproduction\r\n\r\n```Python\r\nimport matplotlib.pyplot as plt\r\nI = plt.imread(\"notre-dame.jpg\")\r\nm,n,p = I.shape #m=largeur, n=hauteur, p=uplet\r\nJ=[[[0 for d in range(p)] for e in range(n)] for f in range(m)]\r\nK=[[[0 for d in range(p)] for e in range(n)] for f in range(m)]\r\nL=[[[0 for d in range(p)] for e in range(n)] for f in range(m)]\r\nfor i in range(m) :\r\n    for j in range(n) :\r\n        J[i][j]=[int(I[i][j][0]),0,0]\r\n        K[i][j]=[0,int(I[i][j][1]),0]\r\n        L[i][j]=[0,0,int(I[i][j][2])]\r\nfig, ax=plt.subplots(4,figsize=(28,10))\r\nax[0].imshow(I)\r\nax[1].imshow(J)\r\nax[2].imshow(K)\r\nax[3].imshow(L)\r\nax[0].set_axis_off()\r\nax[1].set_axis_off()\r\nax[2].set_axis_off()\r\nax[3].set_axis_off()\r\nax[0].set_title('Image complete')\r\nax[1].set_title('Composante rouge')\r\nax[2].set_title('Composante bleue')\r\nax[3].set_title('Composante verte')\r\nfig.suptitle(\"Image de Notre-Dame\", x=0.51,y=.93)\r\nplt.imsave(\"Notre-Dame_rouge.png\",J) #The problem is here!\r\nplt.savefig(\"Notre-Dame_composante_ex1.png\",dpi=750,bbox_inches=\"tight\")\r\nplt.savefig(\"Notre-Dame_composante_ex1.pdf\",dpi=750,bbox_inches=\"tight\")\r\nplt.show()\r\n```\r\n\r\n\r\n### Actual outcome\r\n\r\n![Notre-Dame_rouge](https://github.com/user-attachments/assets/8d7c2ca4-c1a1-41e5-a3f6-736c6f1b6b59)\r\n\r\n\r\n### Expected outcome\r\n\r\n![Notre-Dame_composante_ex1](https://github.com/user-attachments/assets/066b8514-243f-461f-b064-e1b726d42590)\r\nThe red one in a png image!\r\n\r\n### Additional information\r\n\r\n![notre-dame](https://github.com/user-attachments/assets/e23ae1d2-f169-4d59-a06b-dd844287fd30)\r\nThe original image\r\n\r\n### Operating system\r\n\r\nWin 11\r\n\r\n### Matplotlib Version\r\n\r\n3.9.2\r\n\r\n### Matplotlib Backend\r\n\r\nmodule://matplotlib_inline.backend_inline\r\n\r\n### Python version\r\n\r\n3.11.10\r\n\r\n### Jupyter version\r\n\r\n_No response_\r\n\r\n### Installation\r\n\r\nconda","author":{"url":"https://github.com/zef126","@type":"Person","name":"zef126"},"datePublished":"2024-11-24T23:04:57.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":28},"url":"https://github.com/29183/matplotlib/issues/29183"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:03aac21e-48dd-af58-5278-65c779755a72
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id95CE:163E89:B1156E:F02536:6A5208B6
html-safe-nonce77cf42afbe0f9e16269b61411ef2f646faa612f93e66b8e28c5d8843452d9e67
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NUNFOjE2M0U4OTpCMTE1NkU6RjAyNTM2OjZBNTIwOEI2IiwidmlzaXRvcl9pZCI6IjQ5OTYwOTcxMTIzMDU0MzY4NTQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac8c945905a288867fda985ba609fb541b292592dfd411e8ddb66f69f49580f931
hovercard-subject-tagissue:2688574957
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/29183/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e980e5196a19bd0516e331f40df1c3f805be7eb59a65d10c34b166ef7376de96/matplotlib/matplotlib/issues/29183
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e980e5196a19bd0516e331f40df1c3f805be7eb59a65d10c34b166ef7376de96/matplotlib/matplotlib/issues/29183
og:image:altBug summary When I give an RGB image as a list of list of list to imsave, I don't have the right colormap and there is no rgb colormap! Code for reproduction import matplotlib.pyplot as plt I = plt...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamezef126
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/29183#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F29183
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%2F29183
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/29183
Reloadhttps://github.com/matplotlib/matplotlib/issues/29183
Reloadhttps://github.com/matplotlib/matplotlib/issues/29183
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/29183
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/29183
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
[Bug]: I give an RGB image to imsave but I don't have the right color map!https://github.com/matplotlib/matplotlib/issues/29183#top
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Difficulty%3A%20Easy%22
Good first issueOpen a pull request against these issues if there are no active ones!https://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Good%20first%20issue%22
status: confirmed bughttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20confirmed%20bug%22
v3.10.3https://github.com/matplotlib/matplotlib/milestone/101
https://github.com/zef126
zef126https://github.com/zef126
on Nov 24, 2024https://github.com/matplotlib/matplotlib/issues/29183#issue-2688574957
https://private-user-images.githubusercontent.com/178845383/389316772-8d7c2ca4-c1a1-41e5-a3f6-736c6f1b6b59.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3NjEzNzgsIm5iZiI6MTc4Mzc2MTA3OCwicGF0aCI6Ii8xNzg4NDUzODMvMzg5MzE2NzcyLThkN2MyY2E0LWMxYTEtNDFlNS1hM2Y2LTczNmM2ZjFiNmI1OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNzExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDcxMVQwOTExMThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01NDMwNjI5NjMzNTk2YmNiNDY1NWRjNDYzNzI5MTAxODkwYjEwZGM3N2U5NDgxMzBiM2NlNDk4MDQ0ODdiOGQ4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ.7kyrVUn1q64YidEW4Uqin2UkhXMfYmlKRXo1gu4PqMY
https://private-user-images.githubusercontent.com/178845383/389316794-066b8514-243f-461f-b064-e1b726d42590.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3NjEzNzgsIm5iZiI6MTc4Mzc2MTA3OCwicGF0aCI6Ii8xNzg4NDUzODMvMzg5MzE2Nzk0LTA2NmI4NTE0LTI0M2YtNDYxZi1iMDY0LWUxYjcyNmQ0MjU5MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNzExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDcxMVQwOTExMThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iMmRhOGNhMDE5NDZmMWEzOTMzNzk5Y2E1OGNlNTdlMWVjNDYwMjg0N2JmNDUyNjhmYzk4ZmYxMWU3NGMyNzEzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ.5cq_Q8TXvJdXnv-UfQDpvwimfABtWypEgr6Xg75xkRk
https://private-user-images.githubusercontent.com/178845383/389317104-e23ae1d2-f169-4d59-a06b-dd844287fd30.jpg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3NjEzNzgsIm5iZiI6MTc4Mzc2MTA3OCwicGF0aCI6Ii8xNzg4NDUzODMvMzg5MzE3MTA0LWUyM2FlMWQyLWYxNjktNGQ1OS1hMDZiLWRkODQ0Mjg3ZmQzMC5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNzExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDcxMVQwOTExMThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jOGU4ZDhlZTQ1NDkwMGRhMDFhMzQ3MDY1MjFmMzRkZWIxODc3MDM0ZTEwNGJiMTA5YTUyNGU0ZjgwNDVkZWJmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZqcGVnIn0.yOH8_-XQaURNlA_FyZ6NHdmh38sFFp4T0_FR9n8M7-k
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Difficulty%3A%20Easy%22
Good first issueOpen a pull request against these issues if there are no active ones!https://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Good%20first%20issue%22
status: confirmed bughttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20confirmed%20bug%22
v3.10.3https://github.com/matplotlib/matplotlib/milestone/101
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.