pyvista.plotting.themes.Theme.show_vertices#

property Theme.show_vertices: bool[ソース]#

既定の頂点の表示を設定します.

デフォルトで頂点をグローバルに表示します.

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