# Examples from pyvista.AxesActor.visibility
# ==========================================

# Create an Axes object and then access the
# visibility attribute of its AxesActor.
import pyvista as pv
axes = pv.Axes()
axes.axes_actor.visibility

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

