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 explicitbackend=argument. Selecting"plotly"checks that plotly is importable and raisesModuleNotFoundErrorif it is not.- Return type:
None