# Examples from pyvista.AxesActor.shaft_type
# ==========================================

import pyvista as pv
axes = pv.Axes()
axes.axes_actor.shaft_type = axes.axes_actor.ShaftType.LINE
axes.axes_actor.shaft_type

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

