pyvista.plotting.themes.Theme.edge_opacity#
- property Theme.edge_opacity: float[source]#
Return or set the edges opacity.
Note
edge_opacity uses
SetEdgeOpacityas the underlying method which requires VTK version 9.3 or higher. IfSetEdgeOpacityis not available, edge_opacity is set to 1.Examples
>>> import pyvista as pv >>> pv.global_theme.edge_opacity = 0.5