1.6.0
- Added parameter in
biplot
andbiplot3d
to choose the PC axes.
fig, ax = model.biplot(PC=[0, 1])
fig, ax = model.biplot3d(PC=[0, 1, 2])
biplot
and biplot3d
to choose the PC axes.fig, ax = model.biplot(PC=[0, 1])
fig, ax = model.biplot3d(PC=[0, 1, 2])