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

# Plot the example Tecplot dataset.
from pyvista import examples
import pyvista as pv
dataset = examples.download_tecplot_ascii()
dataset.plot()

# SEE ALSO:
#     Tecplot Ascii Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#tecplot-ascii-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

