Plotter.show_axes#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.show_axes()
See Also#
add_axesSimilar method with additional options.
hide_axesHide the axes orientation widget.
axes_enabledCheck if the axes orientation widget is enabled.
add_axes_at_originAdd a
pyvista.AxesActorto the origin of a scene.
Used In#
Docstring Examples
AxesAssembly.user_matrix(1 use)DataObjectFilters.flip_normal(1 use)DataObjectFilters.flip_x(1 use)DataObjectFilters.flip_y(1 use)DataObjectFilters.flip_z(1 use)33 more
DataObjectFilters.scale(1 use)DataSetFilters.sample_over_circular_arc(1 use)DataSetFilters.sample_over_circular_arc_normal(1 use)Plotter.enable_2d_style(1 use)Plotter.enable_custom_trackball_style(1 use)Plotter.enable_image_style(1 use)Plotter.enable_joystick_actor_style(1 use)Plotter.enable_joystick_style(1 use)Plotter.enable_rubber_band_2d_style(1 use)Plotter.enable_rubber_band_style(1 use)Plotter.enable_terrain_style(1 use)Plotter.enable_trackball_actor_style(1 use)Plotter.enable_trackball_style(1 use)Plotter.enable_zoom_style(1 use)Plotter.link_views(1 use)Prop3D.rotate_x(1 use)Prop3D.rotate_y(1 use)Prop3D.rotate_z(1 use)Prop3D.user_matrix(1 use)RenderWindowInteractor.enable_2d_style(1 use)RenderWindowInteractor.enable_custom_trackball_style(1 use)RenderWindowInteractor.enable_image_style(1 use)RenderWindowInteractor.enable_joystick_actor_style(1 use)RenderWindowInteractor.enable_joystick_style(1 use)RenderWindowInteractor.enable_rubber_band_2d_style(1 use)RenderWindowInteractor.enable_rubber_band_style(1 use)RenderWindowInteractor.enable_terrain_style(1 use)RenderWindowInteractor.enable_trackball_actor_style(1 use)RenderWindowInteractor.enable_trackball_style(1 use)RenderWindowInteractor.enable_zoom_style(1 use)Renderer.show_axes(1 use)_Prop3DMixin.user_matrix(1 use)orientation_cube(1 use)
Gallery Examples