_DendrogramDendriteStatistics¶
- 
class visualize.dendrogram._DendrogramDendriteStatistics(dendrogram_db, colormap_synapses=None)¶
- Compute dendrite statistics from a dendrogram. - Dendrite statistics includes the total amount of dendritic length in a certain bin of soma distance. This is useful for calculating synapse statistics as well. - Parameters:¶
- Attributes:¶
- Methods:¶
 - plot(ax)- Plot the dendrite statistics. - _get_amount_of_dendrite_in_bin(min_, max_)- Get the amount of dendritic length in a certain bin of soma distance. - _plot_dendrite_hist(ax, xlim, binsize)- Base method for plotting a histogram of dendrite length on an - matplotlib.axes.Axesobject.- _compute_dendrite_hist(dist_end, binsize)- Compute the dendrite density histogram. 
Documentation unclear, incomplete, broken or wrong? Let us know