# Examples from pyvista.AxesActor.sphere_radius
# =============================================

import pyvista as pv
axes = pv.Axes()
axes.axes_actor.sphere_radius
axes.axes_actor.sphere_radius = 0.8
axes.axes_actor.sphere_radius

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

