viziphant.patterns.plot_patterns_statistics_occurrence

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

Create a histogram of pattern occurrences.

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