pyvista.Plotter.zoom_camera#

Plotter.zoom_camera(value)[source]#

Zoom of the camera and render.

Parameters:
valuefloat or str

Zoom of the camera. If a float, must be greater than 0. Otherwise, if a string, must be "tight". If tight, the plot will be zoomed such that the actors fill the entire viewport.