GpsMapPlotViewer#
- class pyCGM2.Report.Viewers.plotViewers.GpsMapPlotViewer(iAnalysis: Analysis, pointLabelSuffix: str | None = None)#
Plot viewer to display GPS and MAP panel
- Parameters:
iAnalysis (pyCGM2.Processing.analysis.Analysis) – an analysis instance
Methods
__init__
(iAnalysis[, pointLabelSuffix])Executes the GPS and MAP plot.
setAutomaticYlimits
(bool)Sets whether Y-axis limits should be auto-adjusted.
setNormativeData
()Abstract method to set a normative dataset.
- plotPanel()#
Executes the GPS and MAP plot.
Creates the finalized plot using the analysis data and defined structure.