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

from pyvista import examples
dataset = examples.download_cylinder_crossflow()
dataset.plot(cpos='xy', cmap='blues', rng=[-200, 500])

# SEE ALSO:
#     Cylinder Crossflow Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#cylinder-crossflow-dataset
#     See this dataset in the Dataset Gallery for more info.
#     2D Streamlines https://docs.pyvista.org/examples/01-filter/streamlines_2D.html#streamlines-2d-example
#     Example using this dataset.

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

