SPB Modules Reference

This document is automatically generated using spb’s docstrings.

Notes:

  • The examples illustrate the capabilities of the plotting module and the backends. If only basic plotting with Numpy and Matplotlib was installed, users might need to adapt the code samples to make it work with Matplotlib. Refer to Installation to install the full requirements.

  • For technical reasons, all interactive-widgets plots in this documentation are created using Holoviz’s Panel. However, by default the plotting module uses ipywidgets. Often, interactive-widgets examples will ran just fine with ipywidgets too. However, if a specific example uses the param library, then users will have to modify the params dictionary in order to make it work with ipywidgets. More information can be found on Interactive.