visualizedendrogram_DendrogramSynapseStatistics_plot_synapse_hist

_DendrogramSynapseStatistics._plot_synapse_hist

visualize.dendrogram._DendrogramSynapseStatistics._plot_synapse_hist(ax, dendrite_density)

Plot the synapse histogram on an matplotlib.Axes object.

Parameters:
  • ax (matplotlib.Axes) – The matplotlib axes object.

  • dendrite_density (np.array) – The dendrite density histogram, containing the total amound of dendritic length in a certain bin of soma distance.

Returns:

The matplotlib axes object.

Return type:

matplotlib.Axes