pyvista.plotting.themes.Theme.show_edges# property Theme.show_edges: bool[source]# Return or set the default edge visibility. Examples Show edges globally by default. >>> import pyvista as pv >>> pv.global_theme.show_edges = True