hnn_core.viz.plot_cell_morphology

hnn_core.viz.plot_cell_morphology(cell, ax, show=True)[source]

Plot the cell morphology.

Parameters
cellinstance of Cell

The cell object

axinstance of Axes3D

Matplotlib 3D axis

showbool

If True, show the plot

Returns
axeslist of instance of Axes3D

The matplotlib 3D axis handle.