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

from pyvista import examples
dataset = examples.download_tensors()
dataset.plot()

# SEE ALSO:
#     Tensors Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#tensors-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

