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

from pyvista import examples
dataset = examples.download_thermal_probes()
dataset.plot(render_points_as_spheres=True, point_size=5, cpos='xy')

# SEE ALSO:
#     Thermal Probes Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#thermal-probes-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

