pyvista.Renderer.hide_axes# Renderer.hide_axes() → None[ソース]# 軸方向ウィジェットを非表示にします. 参考 show_axes軸方向ウィジェットを表示します. axes_enabledCheck if the axes orientation widget is enabled. 例 >>> import pyvista as pv >>> pl = pv.Plotter() >>> pl.hide_axes()