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
How can I retrieve from Python the positions of the nodes in a graph?
When a layout is applied, the field position in .graph.nodes objects is not updated. So far, the only way I've found is to bind a mouseover event on nodes and get the positions from the events, but this is not convenient as it requires specific actions from the user.
The text was updated successfully, but these errors were encountered:
How can I retrieve from Python the positions of the nodes in a graph?
When a layout is applied, the field
position
in.graph.nodes
objects is not updated. So far, the only way I've found is to bind amouseover
event on nodes and get the positions from the events, but this is not convenient as it requires specific actions from the user.The text was updated successfully, but these errors were encountered: