Pyvista window update for deformed mesh out of window

Hello,

I have implemented growth of a mesh on dolfinx, but when plotting the results with pyvista, because the mesh is growing, after a few time steps the mesh goes outside of the window, is there a function to udpate the visualization of pyvista at each time steps so that the deformed mesh is always fully visible ?

Thank you

I guess this is a pyvista question, and I would suggest asking it at

You could probably use pyvista.Plotter.set_scale — PyVista 0.44.1 documentation
or
Cameras — PyVista 0.44.1 documentation