pyCGM2.Report.plot.temporalPlot#

pyCGM2.Report.plot.temporalPlot(figAxis: Axes, acq: btkAcquisition, pointLabel: str, axis: int, pointLabelSuffix: str | None = None, color: str | None = None, linewidth: str | 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)#

Plots temporal traces from an acquisition.

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

  • acq (btk.btkAcquisition) – A btk acquisition.

  • pointLabel (str) – Point label.

  • axis (int) – Column index of the point values.

  • pointLabelSuffix (Optional[str], optional) – Suffix added to the point label. Defaults to None.

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

  • linewidth (Optional[str], optional) – Line width. 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.