pyvista.Axes.hide_actor#

Axes.hide_actor()[ソース]#

軸のアクターを隠します.

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