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