_AxesConfig.box#
- property _AxesConfig.box: bool[source]#
Use a box axes orientation widget.
If
True, Use theaxes orientation boxinstead of thepyvista.AxesActoras the orientation widget for plots.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pv.global_theme.axes.box = True