Use case or problem
The graph view has a “Group” option to color the vertices by some rules. Sometimes I want to see them in literally “groups” - a partite graph, with all vertices of the same color grouped together in one part.
What I expect would be something like
(obviously we could do better than this, but it shows the concept.)
Proposed solution
Actually I’m not really sure, the API of graph view is not public … yet (I hope it will soon). I think rewriting the physics and add some constraints and forces to different colors (groups) might do.
Thanks.