metawards.analysis.import_graphics_modules

metawards.analysis.import_graphics_modules(verbose=False)[source]

Imports pandas and matplotlib in a safe way, giving a good error message if something goes wrong.

Parameters:verbose (bool) – Whether or not to print to the screen to signal progress…
Returns:The pandas (pd) and matplotlib.pyplot (plt) modules
Return type:(pd, plt)