# Examples from pyvista.Plotter.image
# ===================================

import pyvista as pv
pl = pv.Plotter(off_screen=True)
_ = pl.add_mesh(pv.Cube())
pl.show()

pl.image

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

