pyvista.plotting.themes._AxesConfig.box#

property _AxesConfig.box: bool[source]#

Use a box axes orientation widget.

If True, Use the axes orientation box instead of the pyvista.AxesActor as the orientation widget for plots.

Examples

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