from numpy.random import RandomState
import limix_plot as lp
# >>>
random = RandomState(10)
x = random.randn(100)
lp.normal(x)
