background#

property MapdlTheme.background: Color#

Return or set the default background color of pyvista plots.

Examples

Set the default global background of all plots to white.

>>> import pyvista as pv
>>> pv.global_theme.background = 'white'