pyvista.Plotter.render#
- Plotter.render()[source]#
Render the main window.
Will not render until
show
has been called.Any render callbacks added with
add_on_render_callback()
and therender_event=False
option set will still execute on any call.
Site Navigation
Section Navigation
Render the main window.
Will not render until show
has been called.
Any render callbacks added with
add_on_render_callback()
and the render_event=False
option set will still execute on any call.