_DendrogramSynapseStatistics.plot¶
-
visualize.dendrogram._DendrogramSynapseStatistics.plot(ax=
None)¶ Plot the synapse statistics
Plots out a histogram of the total amount of synapses per bin of soma distance.
- Parameters:¶
- ax : matplotlib.axes.Axes¶
The matplotlib axes object. Default is
Noneand a new figure is created.
- Returns:¶
The matplotlib axes object.
- Return type:¶
Documentation unclear, incomplete, broken or wrong? Let us know