-
Notifications
You must be signed in to change notification settings - Fork 73
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
Create a new Plotly Visualizer #1308
Comments
This tree shows all the nodes being created. Now |
74c6931 replaces the existing
But, the first priority should be changing the existing code to support subplots(should be st. forward) by changing |
…data, Refactor GraphDescExtractor to send plotlyJSON Directly to widget (Widget Display problem for Failed execcutions)
The current metamodel is updated to add sublot support as well and should be updated to incorporate image support as well (#1290). As it turns out plotly is easy to use visualizer with subplot and image trace support and would be preferred over
d3
plotting library that we currently use. So, a separate visualizer should be developed for plotly with subplots and image support. deepforge-dev/deepforge-keras#138 could help immensely for JSON to GME conversion, a lot of it is done based on the meta-nodes to be created. Rather than having a standard conversion mechanism.Possible limitations:
The current
ImageTrace
inplotly
has primitive support for images and may not be used for advanced image visualization, but is actively under development. A way to convert(rgb) image into matrix in javascript might be necessary(Although this can be achieved in thecustom_matplotlib_backend
) we have. Either way, After #1290 is closed, this should be a priority to incorporate a new visualizer in the Execution visualization.The text was updated successfully, but these errors were encountered: