visualize
❭ cell_morphology_visualizer
cell_morphology_visualizer¶
Plot out the cell morphology and its activity during a simulation.
Provides functionality to plot out the cell morphology and its simulation data.
This includes the cell morphology, membrane voltage, ion dynamics, and synapse activations.
The data is parsed from a Cell
object to a format that is easier to work with for visualization purposes.
The data is then visualized using matplotlib (CellMorphologyVisualizer
) and plotly (CellMorphologyInteractiveVisualizer
).
Classes¶
Parse data from a |
|
Plot a cell morphology using matplotlib. |
|
Plot an interactive 3D render of a cell morphology using Plotly and Dash. |
Functions¶
|
Constructs a 3d matplotlib plot of a cell morphology, overlayed with some scalar data. |