pyCGM2.Report.plot.addRectanglePatches#
- pyCGM2.Report.plot.addRectanglePatches(figAxis: Axes, clusters: List, heightProportion: float = 0.05)#
Displays a rectangle.
- Parameters:
figAxis (plt.Axes) – A matplotlib figure axis.
clusters (List) – Clusters with begin and end indexes.
heightProportion (float, optional) – Proportion with height. Defaults to 0.05.