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

from pyvista import examples
dataset = examples.download_lidar()
dataset.plot(cmap='gist_earth')

# SEE ALSO:
#     Lidar Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#lidar-dataset
#     See this dataset in the Dataset Gallery for more info.
#     This dataset is used in the following examples:
#     Create Point Cloud https://docs.pyvista.org/examples/00-load/create_point_cloud.html#create-point-cloud-example
#     Eye Dome Lighting https://docs.pyvista.org/examples/02-plot/edl.html#edl-example

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

