# Examples from pyvista.examples.examples.load_logo
# =================================================

from pyvista import examples
image = examples.load_logo()
image.dimensions

image.plot(cpos='xy', zoom='tight', rgb=True, show_axes=False)

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

