pyvista.AxesActor.sphere_resolution# property AxesActor.sphere_resolution: int[source]# Return or set the resolution of the spherical tip. Examples >>> import pyvista as pv >>> axes = pv.Axes() >>> axes.axes_actor.sphere_resolution 16 >>> axes.axes_actor.sphere_resolution = 24 >>> axes.axes_actor.sphere_resolution 24