visdesignlab / upset2

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

Allow to sort sets in matrix #10

Closed alexsb closed 1 year ago

alexsb commented 6 years ago

The sets currently visible in the upset plots (the columns of the matrix) should be sortable.

This should work through a context-menu on a "Sets" label.

kirangadhave commented 6 years ago

Can you explain this?

alexsb commented 6 years ago

See this example:

image

This is sorted by the order of how the sets were added (probably)

Sorting by size would start with "male", etc., sorting alphabetically would start with "evil".

JakeWags commented 1 year ago

Closed by #138

Drag & Drop should be implemented after #110 since the vertical layout will make the list sorting function simpler. Issue created for drag & drop: #137