You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gap (vertical distance) between the two components of the EEG viewer (signal browser and overview bar) is too large on my machine:
I started the viewer with panel serve workflow_eeg-viewer.ipynb --show. Here's the output of import holoviews as hv; hv.extension("bokeh"); hv.show_versions():
Thanks! I've now updated this workflow to be wrapped in a set of Panel panes in such a way as to make the sizing of the line plot (eeg_viewer) extend to fill the available space, with a minimum height constraint.
Steps:
set aspect=1.5, responsive=True for the eeg_viewer
set height=100, responsive=True for the minimap
use pn.Column(pn.Row(eeg_viewer, min_height=500), minimap) for the layout
The gap (vertical distance) between the two components of the EEG viewer (signal browser and overview bar) is too large on my machine:
I started the viewer with
panel serve workflow_eeg-viewer.ipynb --show
. Here's the output ofimport holoviews as hv; hv.extension("bokeh"); hv.show_versions()
:The text was updated successfully, but these errors were encountered: