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

from pyvista import examples
dataset = examples.download_rgba_texture()
dataset.plot(cpos='xy')

# SEE ALSO:
#     Rgba Texture Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#rgba-texture-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Applying Textures https://docs.pyvista.org/examples/02-plot/texture.html#texture-example
#     Example using this dataset.

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

