Plotter.save

Plotter.save(filepath: str, **kwargs) None[source]

Saves the plot to a file.

Parameters:

filepath (str) – Full path of the file.

Notes

For an overview of all configuration options, see [1].

References