I have a file which haves coordinates x,y,z and radius r of many spheres. I want to plot with python theses spheres and the points (x,y,z). It doesn't have to be in 3D, it is good if it is in 2D (ignore the coordinate z, for example).
I don't even know how to start, any help?
Thanks!