I have a dataset of points representing a radial density f(r) and its corresponding r values (basically I have two arrays). I would like to plot a surface in matplolib out of these points making a rotation around the central axis since f(r) has cylindrical symmetry, but I really can’t figure out the way to do that. If anyone has ideas it would be really helpful!
I tried using meshgrid, but I’m no expert with python 3d plotting.