# Examples from pyvista.Texture.flip_x
# ====================================

from pyvista import examples
texture = examples.download_puppy_texture()
flipped = texture.flip_x()
flipped.plot()

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

