pycba.plotting.set_backend#

set_backend(name)[source]#

Set the default plotting backend used by the PyCBA result plots.

Parameters:

name (str) – The backend to use when a plotting method is called without an explicit backend= argument. Selecting "plotly" checks that plotly is importable and raises ModuleNotFoundError if it is not.

Return type:

None