pyvista.Plotter.hide_axes

pyvista.Plotter.hide_axes#

Plotter.hide_axes() None[ソース]#

軸方向ウィジェットを非表示にします.

参考

show_axes

軸方向ウィジェットを表示します.

axes_enabled

Check if the axes orientation widget is enabled.

>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.hide_axes()
../../../_images/pyvista-Plotter-hide_axes-1_00_00.png