neovis.js
neovis.js copied to clipboard
Aren't nodes in the same group/community supposed to be clustered together?
Hi, it's me bugging you again.
From the example viz screenshot I was led to think that nodes within the same community would be clustered together in the diagram. However, after running a community detection algorithm and trying to use the "group" functionality, the nodes are not well clustered:
I can see some nodes with the same group property are together in several clusters spread in the diagram. I was expecting that all nodes within a group would be at least in the same region of the graph.
Is there a set of settings that would maximize this desired effect?
Not bugging at all, seeing people use the library is the reason I maintain it (not enough 😅) Hmm... Again this looks like a vis.js thing, you mean something like https://github.com/visjs/vis-network/issues/203 ?
Not bugging at all, seeing people use the library is the reason I maintain it (not enough ) Hmm... Again this looks like a vis.js thing, you mean something like visjs/vis-network#203 ?
Yeah, maybe not so well defined clusters, but something like your shot:

Hi, how is this going?
Didn't work on that 😅 neovis is a vis warper, if vis.js doesn't support that I don't think I have the capacity to support that 😅