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

from pyvista import examples
dataset = examples.download_sparse_points()
dataset.plot(scalars='val', render_points_as_spheres=True, point_size=50)

# SEE ALSO:
#     Sparse Points Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#sparse-points-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Detailed Interpolating Points https://docs.pyvista.org/examples/01-filter/interpolate.html#interpolate-example
#     Example using this dataset.

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

