-
Notifications
You must be signed in to change notification settings - Fork 99
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
Comments
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 |
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. |
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 😉 |
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.
The text was updated successfully, but these errors were encountered: