import limix_plot as lp
# >>>
file = lp.load_dataset("dali")
lp.image(file)
file.close()
