Metadata-Version: 2.1
Name: plopp
Version: 0.3.3
Summary: Plotting library based on scipp
Home-page: https://scipp.github.io/plopp
Author: Scipp contributors (https://github.com/scipp)
License: BSD
Project-URL: Bug Tracker, https://github.com/scipp/plopp/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Provides-Extra: all
Requires-Dist: scipp (>=0.12) ; extra == 'all'
Requires-Dist: ipympl ; extra == 'all'
Requires-Dist: pythreejs ; extra == 'all'
Provides-Extra: scipp
Requires-Dist: scipp (>=0.12) ; extra == 'scipp'

<img src="docs/_static/logo.svg" width="50%" />

[![PyPI version](https://badge.fury.io/py/plopp.svg)](https://pypi.org/project/plopp)
[![Anaconda-Server Badge](https://anaconda.org/scipp/plopp/badges/version.svg)](https://anaconda.org/scipp/plopp)
[![Documentation](https://img.shields.io/badge/docs-online-success)](https://scipp.github.io/plopp/)
[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)

# Plopp

Plotting library based on scipp.

## Documentation

The documentation for `plopp` can be found at https://scipp.github.io/plopp.

## Installation

### Using pip

```sh
pip install plopp
```

### Using conda

```sh
conda install -c conda-forge -c scipp plopp
```

## Have a problem or need a new feature?

- Bug reports or feature requests should be submitted by opening an [issue](https://github.com/scipp/plopp/issues)
- For general discussions or questions about how to do something with `plopp`, start a new [discussion](https://github.com/scipp/plopp/discussions)
