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

# Compute the threshold of this dataset.
from pyvista import examples
dataset = examples.download_rectilinear_grid()
dataset.threshold(0.0001).plot()

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