import  matplotlib.pyplot as plt
plt.clf()
from tf_pwa.utils import plot_particle_model
axis = plot_particle_model("one")
_ = axis[3].scatter([1.0],[0.0])
