pyvista.plotting.themes._AxesConfig.show#

property _AxesConfig.show: bool[source]#

Show or hide the axes actor.

Examples

Hide the axes by default.

>>> import pyvista as pv
>>> pv.global_theme.axes.show = False