pyvista.Axes.show_symmetric#

Axes.show_symmetric()[ソース]#

軸の対称性を表示します.

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