pyvista.plotting.themes.Theme.show_vertices#

property Theme.show_vertices: bool[source]#

Return or set the default vertex visibility.

Examples

Show vertices globally by default.

>>> import pyvista as pv
>>> pv.global_theme.show_vertices = True