qit.plot.sphere

qit.plot.sphere(n=15)

Coordinate meshes for a unit sphere.

Parameters

n (int) – number of vertices in the theta direction (2*n in phi)

Returns

X, Y, Z coordinate meshes

Return type

array[float], array[float], array[float]