pyvista.Plotter.unlink_views# Plotter.unlink_views(views=None)[source]# Unlink the views’ cameras. Parameters: viewsint | tuple | list, optionalIf views is None unlink all the views, if views is int unlink the selected view’s camera or if views is a tuple or a list, unlink the given views cameras.