pyvista.Renderer.show_axes#
- Renderer.show_axes() None[ソース]#
軸方向ウィジェットを表示します.
参考
add_axesSimilar method with additional options.
hide_axes軸方向ウィジェットを非表示にします.
axes_enabledCheck if the axes orientation widget is enabled.
add_axes_at_originAdd a
pyvista.AxesActorto the origin of a scene.
例
>>> import pyvista as pv >>> pl = pv.Plotter() >>> pl.show_axes()