axes#
- property ParaViewTheme.axes: pyvista.themes._AxesConfig#
Return or set the default
axes
configuration.Examples
Set the x axis color to black.
>>> import pyvista >>> pyvista.global_theme.axes.x_color = 'black'
Show axes by default.
>>> pyvista.global_theme.axes.show = True
Use the
vtk.vtkCubeAxesActor
.>>> pyvista.global_theme.axes.box = True