UpSetPlot icon indicating copy to clipboard operation
UpSetPlot copied to clipboard

Draw UpSet plots with Matplotlib

Results 76 UpSetPlot issues
Sort by recently updated
recently updated
newest added

UpSetPlot is a wonderful package. It creates beautiful plots. As part of my downstream analysis, I want to get a list of all the intersections and their members. I am...

Great package. Really fast and easy My plots look great in juypter notebook. All the plots have a white background however when I save it to disk them to disk...

The formatting of some the example docstring codeblocks on https://upsetplot.readthedocs.io/en/latest/api.html is incorrect, probably due to blank lines causing Sphinx to think it's the end of the block? Adding extra blank...

I have slightly modified the functions generate_samples and generate_counts to get the data to develop a vertical Upsetplot with additional charts attached to it.

Right now you can add the stacked bars and generate a legend, but we cannot see the percentage breakdown for the subgroups (within each group). E.g. I have 3 categories...

Currently when using sort_by='degree', subsets are listed in order of the number of categories intersected in ascending order. Is it possible to add a descending order sort option? Many thanks!

Looked over the docs but couldn't see if there was a way to force a plot to show all possible combinations including those with 0 intersections between the sets?

I wanted to highlight the axes, to indicate missing or excessive occurrences of some keys. However, I could find this neither in the docs nor in the code, so I...

Hi, Apologies if this has already been implemented, but after going through the [API documentation](https://upsetplot.readthedocs.io/en/stable/api.html), I'm unable to find an option that limits the number of displayed intersections, which forces...

This is such a great package! Thanks. I noticed that in the R version of the code there are 4 modes for how to compute the intersections, described here: https://krassowski.github.io/complex-upset/articles/Examples_Python.html#0-2-region-selection-modes...