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

Merge branch 'data-explorer' into 'main'

Data explorer

See merge request !38
parents f2cf7cd5 ca1044cf
No related branches found
No related tags found
1 merge request!38Data explorer
...@@ -615,3 +615,8 @@ div.svelte-1frtwj3 { ...@@ -615,3 +615,8 @@ div.svelte-1frtwj3 {
.hide-overflow{ .hide-overflow{
overflow: hidden !important; overflow: hidden !important;
} }
.wrap.default{
visibility: hidden !important;
}
\ No newline at end of file
...@@ -247,14 +247,14 @@ class Interface: ...@@ -247,14 +247,14 @@ class Interface:
zpos.release( zpos.change(
fn=self.update_zpos, inputs=[session, zpos], outputs=[session, zslice_plot]).success( fn=self.update_zpos, inputs=[session, zpos], outputs=[session, zslice_plot]).success(
fn=pipeline.create_zslice_fig, inputs=[], outputs=zslice_plot,show_progress="hidden") 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=self.update_ypos, inputs=[session, ypos], outputs=[session, yslice_plot]).success(
fn=pipeline.create_yslice_fig, inputs=[], outputs=yslice_plot,show_progress="hidden") 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=self.update_xpos, inputs=[session, xpos], outputs=[session, xslice_plot]).success(
fn=pipeline.create_xslice_fig, inputs=[], outputs=xslice_plot,show_progress="hidden") 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.
Please register or to comment