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

# Plot the example CGNS dataset.
from pyvista import examples
import pyvista as pv
dataset = examples.download_cgns_structured()
dataset[0].plot(scalars='Density')

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