UpSetPlot
UpSetPlot copied to clipboard
Fix issues related to matplotlib
Currently, upsetplot does not work with the latest version of matplotlib, and has future warnings for functions that will be deprecated in the future. This was observed while running the code example in https://upsetplot.readthedocs.io/en/latest/auto_examples/plot_discrete.html (titanic example).
While I was at it, I also corrected the wording used in the example :).
Hey @jnothman ! Any plans to merge this?