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_pairs
None
ora
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_prerotated
True
orFalse
If True, the loadings before rotation applied will be plotted. If False, rotated loadings will be plotted.
- loading_pairs
- Returns:
- figs
a
list
of
figure
handles
- figs