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 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_prerotated (True or False) – If True, the loadings before rotation applied will be plotted. If False, rotated loadings will be plotted.
- Returns:
figs
- Return type:
a list of figure handles