Source: python-upsetplot Maintainer: Debian Python Team Uploaders: Diane Trout , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-matplotlib, python3-pandas, python3-pytest , python3-pytest-cov , python3-pytest-runner, python3-setuptools, Standards-Version: 4.6.2 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}, python3-packaging 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.