dotools_py.settings.matplotlib_backend

dotools_py.settings.matplotlib_backend#

dotools_py.settings.matplotlib_backend(backend='tkagg')[source]#

Set matplotlib backend.

Parameters:
backend Union[str, Literal['pycharm', 'jupyter']] (default: 'tkagg')

Use for displaying Matplotlib figures. If backend is set to pycharm it will display plots in the SciView section. If backend is set to jupyter it will display the plots inline.

Return type:

None

Returns:

Returns None