plot_wba_results#

mobgap.wba.plot.plot_wba_results(
wba: WbAssembly,
stride_selection: StrideSelection | None = None,
*,
ax: Axes | None = None,
) Axes[source]#

Plot the results of a Walking Bout Assembly (and optionally a stride selection).

Parameters:
wba

The Walking Bout Assembly object with results attached (i.e. after calling assemble).

stride_selection

The stride selection object with results attached (i.e. after calling filter). This is optional.

ax

The matplotlib axes to plot on. If None a new figure and axes are created.

Returns:
ax

The matplotlib axes that were used for plotting.

Examples using mobgap.wba.plot.plot_wba_results#

Assembling WBs

Assembling WBs