Replies: 2 comments
-
You can access the modified config (in its JSON / python dict format) this way: vc = VitessceConfig(name="My config")
# initial configuration here...
vw = vc.widget()
# user interactions here...
modified_config = vw.config |
Beta Was this translation helpful? Give feedback.
0 replies
-
As for the saving figures to image files, we have the following issues for the feature request vitessce/vitessce#975 vitessce/vitessce#1288 but there is currently not support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a case where a user might make edits to a view config in a widget generated by pyvitessce ie resizing the windows. Is it then possible to then print out the modified config similar to how Vitessce.io editor does? It would be useful from a replication standpoint that someone using the data viewer would be able to save the current config with all the selections, cell list expressions and views for later retreival.
On a similar note, aside from system screenshots, there seems to be no means of saving the views as plots or figures. I dont know if there are any plans in the design of vitessce to be able to save views as figures.
Beta Was this translation helpful? Give feedback.
All reactions