# Examples from pyvista.plotting.mapper._BaseMapper.bounds
# ========================================================

import pyvista as pv
mapper = pv.DataSetMapper(dataset=pv.Cube())
mapper.bounds

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

