ImSoErgodic / py-upset

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

Intersection set #15

Open halexand opened 7 years ago

halexand commented 7 years ago

Added a key value pair to the dictionary output by plot: fig_dict['intersecting_sets'] = plot_data.inters_df_dict. This suggestion is in reference to the appeal for additional information being output in issue #14.