_DendrogramDendriteStatistics._plot_dendrite_hist

visualize.dendrogram._DendrogramDendriteStatistics._plot_dendrite_hist(ax, xlim, binsize=50)

Base method for plotting a histogram of dendrite length on an matplotlib.axes.Axes object.

Parameters:
ax : matplotlib.axes.Axes

The matplotlib axes object.

xlim : tuple

The x-axis limits.

binsize : float

The size of the bins in \(\mu m\). Default is \(50 \mu m\).

Returns:

The matplotlib axes object.

Return type:

matplotlib.axes.Axes