5.10.1.1.1.9. statsmodels.sandbox.pca.Pca.plot3d

Pca.plot3d(ix=0, iy=1, iz=2, clf=True)[source]

Generates a 3-dimensional plot of the data set and principle components using mayavi.

ix, iy, and iz specify which of the input p-dimensions to place on each of the x,y,z axes, respectively (0-indexed).