ChrisDelClea / streamlit-agraph

A Streamlit Graph Vis
MIT License
387 stars 52 forks source link

Extracting node x & y coordinates #42

Open jalakoo opened 1 year ago

jalakoo commented 1 year ago

Is there a way to extract the node x and y coordinates from a rendered agraph?

oparisy commented 5 months ago

This would be a nice way to implement https://github.com/ChrisDelClea/streamlit-agraph/issues/44 since we can specify the position of some nodes already from Python (through Node.x and Node.y), isn't it?