Installation#
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 plopp