pyvista.plotting.themes._AxesConfig.box#
- property _AxesConfig.box: bool[source]#
Use a box axes orientation widget.
If
True
, Use theaxes orientation box
instead of thepyvista.AxesActor
as the orientation widget for plots.Examples
>>> import pyvista as pv >>> pv.global_theme.axes.box = True