alan-turing-institute / setvis

A tool for visualising set membership and patterns of missingness in data
https://setvis.readthedocs.io
Apache License 2.0
4 stars 0 forks source link

Store booleans in intersection_id_to_columns #99

Closed royruddle closed 1 year ago

royruddle commented 1 year ago

from_membership_data_frame() originally used 0 and 1 to flag sets, which was wrong and made the set bar chart wrong (and maybe other visualizations). It now uses boolean flags, like the other setvis functions.