Plotter.write_frame#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.open_movie(filename)
>>> pl.add_mesh(pv.Sphere())
>>> pl.write_frame()
Used In#
Docstring Examples
download_dual_sphere_animation(1 use)download_single_sphere_animation(1 use)
Gallery Examples
Create a GIF Movie of a Static Object With a Moving Colormap
Create a GIF Movie of a Static Object With a Moving Colormap
1 use