-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raster trace type: matplotlib imshow equivalent #3898
Comments
I feel like this would help Python adoption, as this comes up every once in a while. |
Thinking out loud here... |
related: #332 |
this kind of thing https://en.wikipedia.org/wiki/Domain_coloring |
I'm for it - I really like the idea of being able to specify 3 (or 2 or 4) 2D arrays and specifying whether they're RGB, HSV, HSL, or whatever. I had some instances in grad school of multiple independent 2D channels of data I wanted to overlay... never did find a mapping that was intelligible for 3 channels but for 2 channels either R+G, R+B, or L+H worked fairly well in my case. |
It would be great, yes! |
RGB channels for a start would be enough for 99% cases I think |
The third example on this page shows how a |
@nicolaskruchten it would be so useful to computer vision in python! hope to see it soon. Thanks! |
@YoniChechik for your use cases are there additional features you would find valuable in this new trace type? |
@antoinerg , I think that a good line to follow is
|
Initial discussion with team:
|
Nice job @antoinerg ! Can you please create a new " |
Could/should we have some trace type that would be equivalent to matplotlib's
imshow()
for showing full-color images? https://matplotlib.org/api/_as_gen/matplotlib.pyplot.imshow.htmlbasically heatmap but with r,g,b channels or something?
The text was updated successfully, but these errors were encountered: