SVGD: plot particles

Hi everyone!
I am new using PyMC, I have a question regarding svgd. I want to plot the particles coming from the svgd, how can I do this ?

I am using
pm.fit(200, method=“svgd” , etc)

but I do not how to plot the particles.

Also, I was trying with m.SVGD(200) but as before I do not know how to plot the particles.

I want to plot the update of the particles at each iteration and at the end I want joint all the plots in a GIF

Thanks a lot for your help and time.
Mauro