Skip to content

Plotting images #185

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

Closed
oluwandabira opened this issue Sep 16, 2021 · 3 comments · Fixed by #188
Closed

Plotting images #185

oluwandabira opened this issue Sep 16, 2021 · 3 comments · Fixed by #188

Comments

@oluwandabira
Copy link

Similar to plotly's python imshow.

I understand that there is no almost universal tensor library in .NET like numpy but it would be nice to be able to plot and compose plots of images within .NET especially with the notebooks.

@kMutagene
Copy link
Collaborator

Hi @oluwandabira, the image plot is one of the few missing trace types left to implement for Plotly.NET. You can take a look at the status of API coverage here. Its on the list and will be available soon.

For actual manipulation of the image after this trace is implemented, i would suggest a library such as https://github.com/SixLabors/ImageSharp

@oluwandabira
Copy link
Author

Is there a timeline for when it would be available or is someone working on it already? I don't see an open pr for this and if no one is working on it yet I could try to contribute an implementation.

@kMutagene
Copy link
Collaborator

The trace does not have many parameters, so it's an easy one. I will implement it today, unless you are interested in contributing, then ill leave it to you 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants