pyvista.plotting.themes.Theme.render_points_as_spheres#

property Theme.render_points_as_spheres: bool[source]#

Return or set the default render_points_as_spheres parameter.

Examples

Render points as spheres by default globally.

>>> import pyvista as pv
>>> pv.global_theme.render_points_as_spheres = True