1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: python-upsetplot
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Diane Trout <diane@ghic.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-matplotlib,
python3-pandas,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-runner,
python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://upsetplot.readthedocs.io
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-upsetplot
Vcs-Git: https://salsa.debian.org/python-team/packages/python-upsetplot.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-upsetplot
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Draw Lex et al.'s UpSet plots with Pandas and Matplotlib
This is another Python implementation of UpSet plots by Lex et al. [Lex2014]_.
UpSet plots are used to visualise set overlaps; like Venn diagrams but
more readable. Documentation is at https://upsetplot.readthedocs.io.
.
This ``upsetplot`` library tries to provide a simple interface backed by an
extensible, object-oriented design.
|