AxesActor.visibility#
Examples#
Download Python source code | Download Jupyter notebook
Create an Axes object and then access the visibility attribute of its AxesActor.
>>> import pyvista as pv
>>> axes = pv.Axes()
>>> axes.axes_actor.visibility
True