Plotting Classes#

SpectraPlot

Plot class for visualizing spectral data.

ScoresPlot

Simple, composable scores plot for a single dataset.

LoadingsPlot

Loadings plot implementing Display protocol for model inspection.

DistancesPlot

Simple, composable distances plot for a single dataset.

ExplainedVariancePlot

Visualize explained variance by component with cumulative variance.

FeatureSelectionPlot

Plot class for visualizing feature selection on spectral data.

PredictedVsActualPlot

Scatter plot of predicted vs actual values to assess regression fit.

YResidualsPlot

Plot of residuals to assess homoscedasticity and model fit quality.

QQPlot

Quantile-Quantile plot to assess if residuals follow a normal distribution.

ResidualDistributionPlot

Histogram plot of residuals to assess normality and distribution shape.