You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This inst really an issue, but more of a question. How do I get the coordinates of a node? I am using the example provided, but have not been able to find where/if the coordinates are stored.
I explored the graph object but such attributes do not seem to be there.
// Print the dot script
console.log( g.to_dot() );
console.log(g); // There does not seem to be any such info in this object, nor is there any info on an individual node.
Any help on this would be much appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
This inst really an issue, but more of a question. How do I get the coordinates of a node? I am using the example provided, but have not been able to find where/if the coordinates are stored.
I explored the graph object but such attributes do not seem to be there.
// Print the dot script
console.log( g.to_dot() );
console.log(g); // There does not seem to be any such info in this object, nor is there any info on an individual node.
Any help on this would be much appreciated. Thank you.
The text was updated successfully, but these errors were encountered: