# Examples from pyvista.examples.downloads.download_can_crushed_hdf
# =================================================================

# Plot the crushed can dataset.
from pyvista import examples
import pyvista as pv
dataset = examples.download_can_crushed_hdf()
dataset.plot(smooth_shading=True)

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