SpatioTemporalPlotViewer#
- class pyCGM2.Report.Viewers.plotViewers.SpatioTemporalPlotViewer(iAnalysis: Analysis)#
- Viewer for displaying spatio-temporal parameters as histograms. - Displays histograms for gait parameters like speed, stride length, cadence, etc., using an analysis instance. - Parameters:
- iAnalysis (Analysis) – An instance of pyCGM2.Processing.analysis.Analysis containing the analysis results. 
 - Methods - __init__(iAnalysis)- Executes the Spatio-temporal plot. - setAutomaticYlimits(bool)- Sets whether Y-axis limits should be auto-adjusted. - setNormativeData()- Abstract method to set a normative dataset. - setNormativeDataset(iNormativeDataSet)- Sets the normative dataset for the plot. - plotPanel()#
- Executes the Spatio-temporal plot. - Creates the finalized plot using the analysis data and defined structure. 
 - setNormativeDataset(iNormativeDataSet: NormativeData)#
- Sets the normative dataset for the plot. - Parameters:
- iNormativeDataSet (NormativeData) – An instance of NormativeData to reference normative data. 
 
 
