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

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

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

