Skip to content
Snippets Groups Projects
Commit ca1044cf authored by fima's avatar fima :beers:
Browse files

Data explorer

parent f2cf7cd5
No related branches found
No related tags found
1 merge request!38Data explorer
......@@ -615,3 +615,8 @@ div.svelte-1frtwj3 {
.hide-overflow{
overflow: hidden !important;
}
.wrap.default{
visibility: hidden !important;
}
\ No newline at end of file
......@@ -247,14 +247,14 @@ class Interface:
zpos.release(
zpos.change(
fn=self.update_zpos, inputs=[session, zpos], outputs=[session, zslice_plot]).success(
fn=pipeline.create_zslice_fig, inputs=[], outputs=zslice_plot,show_progress="hidden")
ypos.release(
ypos.change(
fn=self.update_ypos, inputs=[session, ypos], outputs=[session, yslice_plot]).success(
fn=pipeline.create_yslice_fig, inputs=[], outputs=yslice_plot,show_progress="hidden")
xpos.release(
xpos.change(
fn=self.update_xpos, inputs=[session, xpos], outputs=[session, xslice_plot]).success(
fn=pipeline.create_xslice_fig, inputs=[], outputs=xslice_plot,show_progress="hidden")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment