import limix_plot as lp
from numpy.random import RandomState
# >>>
random = RandomState(0)
X = random.randn(30, 10)
lp.pca(X)
