_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 None and a new figure is created.

Returns:

The matplotlib axes object.

Return type:

matplotlib.axes.Axes