pyvista.plotting.themes._AxesConfig.box#

property _AxesConfig.box: bool[source]#

Use the vtk.vtkCubeAxesActor instead of the default vtk.vtkAxesActor.

Examples

>>> import pyvista as pv
>>> pv.global_theme.axes.box = True