Python Plot 3d A sphere of polar or Cartesian coordinates?

I have a set of Cartesian coords (x, y, z, r) that I should use to build circles in different planes and spheres.

My problem is to find out how I can draw spheres. Do I need to convert Cartesian coordinates to polar?

Thank!

+3
source share

All Articles