pyvista.Plotter.render_window# property Plotter.render_window[source]# Access the vtkRenderWindow attached to this plotter. If the plotter is closed, this will return None. Returns: vtk.vtkRenderWindow or NoneRender window if the plotter is not closed. Notes Subclass must set ren_win on initialization.