viziphant.patterns.plot_patterns_statistics_participation

viziphant.patterns.plot_patterns_statistics_participation(patterns, axes=None)[source]

Create a histogram of neural participation in patterns.

Parameters:
patternslist of dict

The output of elephant.spade.spade.

axesmatplotlib.axes.Axes or None

Matplotlib axes handle. If None, new axes are created and returned. Default: None

Returns:
axesmatplotlib.axes.Axes