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
Noneoralistoftuples 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
TrueorFalse If True, the loadings before rotation applied will be plotted. If False, rotated loadings will be plotted.
- loading_pairs
 - Returns:¶
 - figs
alistoffigurehandles 
- figs
 
  
    
      Last update:
      Jun 10, 2024