pyvista.Axes#
- class Axes(show_actor=False, actor_scale=1, line_width=1.0, symmetric=False)[source]#
PyVista wrapper for the VTK Axes class.
- Parameters:
Examples
Create an instance of axes at the pyvista module level.
>>> import pyvista as pv >>> axes = pv.Axes()
Methods
Hide an actor of axes.
Hide symmetric of axes.
Show an actor of axes.
Show symmetric of axes.
Attributes
Return or set th origin of the axes in world coordinates.