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