pyvista.Renderer.remove_bounds_axes#

Renderer.remove_bounds_axes()[source]#

Remove bounds axes.

Examples

>>> import pyvista
>>> pl = pyvista.Plotter(shape=(1, 2))
>>> pl.subplot(0, 0)
>>> actor = pl.add_mesh(pyvista.Sphere())
>>> actor = pl.show_bounds(grid='front', location='outer')
>>> pl.subplot(0, 1)
>>> actor = pl.add_mesh(pyvista.Sphere())
>>> actor = pl.show_bounds(grid='front', location='outer')
>>> actor = pl.remove_bounds_axes()
>>> pl.show()
https://d33wubrfki0l68.cloudfront.net/45227f823178202e04a71aba57909acbd2ad0024/20cff/_images/pyvista-renderer-remove_bounds_axes-1_00_00.png