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

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.multivariate.factor.FactorResults.plot_loadings.html