pyvista.Axes.show_actor#

Axes.show_actor()[ソース]#

軸のアクターを表示します.

>>> import pyvista as pv
>>> axes = pv.Axes()
>>> axes.show_actor()