pyvista.Axes#
- class Axes(*args, **kwargs)[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. |