Theme.render_points_as_spheres

Theme.render_points_as_spheres#

property Theme.render_points_as_spheres: bool[source]#

Return or set the default render_points_as_spheres parameter.

Examples#

Download Python source code | Download Jupyter notebook

Render points as spheres by default globally.

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