drmorr0 / viz

Graph visualization software
Other
0 stars 0 forks source link

Compare selected vertices #10

Open drmorr0 opened 10 years ago

drmorr0 commented 10 years ago

It would be very helpful to be able to select several vertices at once and see all of the information about these vertices side-by-side to compare.

drmorr0 commented 10 years ago

This is somewhat working, but it's very clunky right now. I'm using the Gtk::TreeView object, which is not intuitive at all, has lots of abstracted layers, and is slow. I'm not sure what the best solution is at this point (I may need to write my own widget), but I've spent several days thinking about it and have decided to move on to something else for the time being.