statsmodels.multivariate.factor.FactorResults.plot_loadings

FactorResults.plot_loadings(loading_pairs=None, plot_prerotated=False)[source]

Plot factor loadings in 2-d plots

Parameters:
loading_pairsNone or a list of tuples

Specify plots. Each tuple (i, j) represent one figure, i and j is the loading number for x-axis and y-axis, respectively. If None, all combinations of the loadings will be plotted.

plot_prerotatedTrue or False

If True, the loadings before rotation applied will be plotted. If False, rotated loadings will be plotted.

Returns:
figsa list of figure handles

Last update: Dec 14, 2023