# 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()

# SEE ALSO:
#     Rectilinear Grid Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#rectilinear-grid-dataset
#     See this dataset in the Dataset Gallery for more info.

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

