plot_wba_results#
- mobgap.wba.plot.plot_wba_results(
- wba: WbAssembly,
- stride_selection: StrideSelection | None = None,
- *,
- ax: Axes | None = None,
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
Nonea new figure and axes are created.
- Returns:
- ax
The matplotlib axes that were used for plotting.