visdesignlab / upset2

UpSet - Visualizing Intersecting Sets
https://upset.multinet.app/
BSD 3-Clause "New" or "Revised" License
41 stars 7 forks source link

Sets with spaces are incorrectly named for alt-txt/grammar reasons #322

Closed JakeWags closed 4 months ago

JakeWags commented 4 months ago

When computing stats, the set name in the list of subsets is different than the setname in the allsets. This is because the set id is replacing all spaces with ``. This is problematic because we shouldn't touch the set names in any part of the process.