Axes#
Examples#
Download Python source code | Download Jupyter notebook
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. |