_DendrogramSynapseStatistics._plot_synapse_hist
- 
visualize.dendrogram._DendrogramSynapseStatistics._plot_synapse_hist(ax, dendrite_density)
- Plot the synapse histogram on an - matplotlib.Axesobject.
 - 
- 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
 
 
Documentation unclear, incomplete, broken or wrong? Let us know