_SilhouetteConfig.decimate#
- property _SilhouetteConfig.decimate: float[source]#
Return or set the amount to decimate the silhouette.
Must be in the range
[0.0, 1.0]. A value of0.0orNonedecimates nothing and1.0decimates as much as the algorithm allows.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pv.global_theme.silhouette.decimate = 0.9