Theme.point_size#
- property Theme.point_size: float[source]#
Return or set the default point size.
This is the default value of
pyvista.Property.point_size, which documents the valid range.Changed in version 0.50: A negative size raises instead of being accepted.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pv.global_theme.point_size = 10.0