Skip to content

UpSetPlot version 0.9.0

Latest
Compare
Choose a tag to compare
@jnothman jnothman released this 31 Dec 01:07
· 1 commit to master since this release

Changes in this release

  • Fixes a bug where show_percentages used the incorrect denominator if filtering (e.g. min_subset_size) was applied. This bug was a regression introduced in version 0.7. (#248)
  • Align ylabels of subplots added using add_catplot. (#266)
  • Add a style_categories method to customize category plot styles, including shading of rows in the intersection matrix, and bars in the totals plot. (#261 with thanks to Marcel Albus).
  • Ability to disable totals plot with totals_plot_elements=0. (#246)
  • Ability to set totals y axis label (#243)
  • Added max_subset_rank to get only n most populous subsets. (#253)
  • Added support for min_subset_size and max_subset_size specified as percentage. (#264)