pyvista.Axes.hide_symmetric#

Axes.hide_symmetric()[ソース]#

軸の対称性を隠します.

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