python3-upsetplot

Draw Lex et al.'s UpSet plots with Pandas and Matplotlib
  https://upsetplot.readthedocs.io
  0
  no reviews



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.