plot# ModelPlotter.plot(export_image_path=None, show=True)# Plot the current available Data. With s key a screenshot is saved in export_image_path or in tempdir. Parameters: export_image_pathstr, optionalPath to image to save. Default is None showbool, optionalWhether to display the pyvista plot. When False, a :class::pyvista.Plotter object is created and assigned to the pv property so that it can be modified further. Default is True. Returns: bool