pyCGM2.Report.plot.gaitMeanPlot#

pyCGM2.Report.plot.gaitMeanPlot(figAxis: Axes, analysisStructureItem: AnalysisStructure, pointLabel: str, contextPointLabel: str, axis: int, color: str | None = None, alpha: float | None = None, title: str | None = None, xlabel: str | None = None, ylabel: str | None = None, ylim: List | None = None, legendLabel: str | None = None, customLimits: List | None = None)#

Plot average traces from an attribute of an analysis instance

Parameters:
  • figAxis (plt.Axes) – a matplotlib figure axis

  • analysisStructureItem (AnalysisStructure) – an attribute of an analysis instance

  • pointLabel (str) – point label

  • contextPointLabel (str) – event context

  • axis (int) – column index of the point values

  • color (Optional[str], optional) – line color. Defaults to None.

  • title (Optional[str], optional) – title Defaults to None.

  • xlabel (Optional[str], optional) – x-axis label. Defaults to None.

  • ylabel (Optional[str], optional) – y-axis label. Defaults to None.

  • ylim (Optional[list], optional) – y boundaries. Defaults to None.

  • legendLabel (Optional[str], optional) – legend. Defaults to None.

  • customLimits (Optional[list], optional) – horizontal lines. Defaults to None.