Closed sf87adin closed 2 years ago
There should probably be a note on the compound layout that it only makes sense when combined matches are activated, then it looks a bit different:
With the changes from this pull request, all nodes are in the same grid (which comes from the grid mode):
Thus I will split this pull request and only merge the colored edges for now, which are very nice indeed, however the colors are very hard to see on my VA panel monitors, so I will crank up the brightness a tiny bit.
Original colors (gray for non-interlinks, dark yellow for interlinks):
Colored edges:
I tried to increase the brightness of the edges but the problem was the opacity of them because the original color was not gray but white with low opacity, so any other color would be less bright.
I am not sure if the RGB color model is best with this algorithm, because the luminositiy may be different. Trying the HSL color model.
Thanks for the PR, merged! (only the color part for now, though)
P.S.: I did it manually, I think GitHub will see it as closed instead but at least your author information should be preserved. Hope that is OK.
Concerning the layout i was not aware the function does some more than displaying all visible nodes very small so nothing can be seen. I will have another look on that and try to find a solution.
For the colors I added another pull request, hope the hierarchy is consistent. Pull request https://github.com/snikproject/graph/pull/392
Changed cose to grid mode to display as much nodes as possible.
Added option for colored edges.