ImSoErgodic / py-upset

A pure-python implementation of the UpSet suite of visualisation methods by Lex, Gehlenborg et al.
314 stars 57 forks source link

Fixes issue #22 #25

Open DavideFauri opened 6 years ago

DavideFauri commented 6 years ago

Thanks to mproffitt I've tried to fix the issue with matplotlib not accepting negative indexing anymore. The image generated from the test data looks fine, both the single example and the multiple plots

jvivian commented 6 years ago

+1 — I've tried this out and it works, thanks for the fix @DavideFauri . Can we get a PR merge @ImSoErgodic ?

roxoshi commented 6 years ago

@ImSoErgodic can we please get an PR merge, this fix would be really helpful ? Thanks