neuralib.dashboard.view_brain.AbstractBrainView
- class neuralib.dashboard.view_brain.AbstractBrainView[source]
Bases:
ViewComponentMethods
__init__()list_renders([pattern, recursive])list all renders for those name contain pattern.
plot(fig[, palette])plot data in figure.
set_visible(visible[, pattern])Set the visible state of renders for those name contain pattern.
update([x, y])update the plot
Attributes
- render_brain_slice: GlyphRenderer
- data_brain_slice: ColumnDataSource
- property width: float | None
- property height: float | None
- plot(fig, palette='Greys256', **kwargs)[source]
plot data in figure.
- Parameters:
fig (figure) – Figure.
kwargs – plotting parameters.
- abstract property brain_image: ndarray | None