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
pycharmit will display plots in the SciView section. If backend is set tojupyterit will display the plots inline.
- backend
- Return type:
- Returns:
Returns
None