import  matplotlib.pyplot as plt
plt.clf()
from tf_pwa.utils import plot_particle_model
axis = plot_particle_model("exp_com", plot_params={"R_BC_a": 1., "R_BC_b": 10.0})
