Plopp Plopp

#

Visualization library for the Scipp project.


Head over to the Getting started section of the user guide for an introduction to Plopp.

Installation#

pip install plopp[scipp]

This will install both plopp and scipp which is required to use plopp. If you already have scipp installed, you can leave the [scipp] part out:

pip install plopp

By default, this will only install minimal requirements which will allow you to create static 1d and 2d plots. If you wish to use additional features (interactive figures and 3d rendering), you can install all the optional dependencies by doing

pip install plopp[all]
conda install -c conda-forge -c scipp plopp

Get in touch#

  • If you have questions that are not answered by these documentation pages, ask on GitHub discussions. Please include a self-contained reproducible example if possible.

  • Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code on GitHub.