import matplotlib
from pyxla import util, fdc
import os
os.chdir('../../')
sample = util.load_sample('sphere', test=True)
_, plot = fdc(sample)
