klaraseitz
klaraseitz
Hi! I am working on a tool which requires data to be layouted as a non-overlapping graph (neither nodes nor links). According to the node type (given by data) the...
I'm wondering how access the data of the graph as an object. Preferably JSON. Currently, the graph object is inaccessible through python as it is just a SwigPyObject (graph.handle) I...
I am using the stress majorization layout but I am having issues with keeping nodes on a fixed position. Initially, I let the layout run to determine first positions. Later...
Hi @vasturiano, I’m currently working with Force Graph 2D and trying to implement a custom drag interaction where: - When a user starts dragging a node, instead of moving the...