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)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
None |
||
|
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Figure and axis to plot into |
Docstring#
Avoid annoying errors due to loading matplotlib on the server
:return: Figure and axis to plot into