python_utils.import_matplotlib#

Back to Module page

Summary#

Avoid annoying errors due to loading matplotlib on the server

Signature#

def import_matplotlib(figsize = None, **subplots_kwargs)
Input variables#

Name

Type

Default

Description

figsize

None

\*\*subplots_kwargs

Output variables#

Return annotation

Docstring type

Description

None

Figure and axis to plot into

Docstring#

Avoid annoying errors due to loading matplotlib on the server
:return: Figure and axis to plot into