Theme.render_points_as_spheres#
- property Theme.render_points_as_spheres: bool[source]#
Return or set whether points are rendered as spheres by default.
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