get_info

Plotter.get_info(filename, **kwargs)

Return a FileInfo object with parameters about the file content.

Notes

This is the base class method that does nothing per default.

Parameters
  • filename – A string containing path and name or a FileInfo object of the file of which to get the information about.

  • **kwargs – Additional keyword arguments.

Returns

A FileInfo object.