# Examples from pyvista.Plotter.center
# ====================================

import pyvista as pv
pl = pv.Plotter()
_ = pl.add_mesh(pv.Cube())
pl.center

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

