from WD.utils import norm_area import h5py
area = norm_area("5.6265")
import matplotlib.pyplot as plt
plt.imshow(area)
<matplotlib.image.AxesImage at 0x2b024f28b010>