Open Issues Need Help
View All on GitHub from_existing_graph doesn't recreate node geometry 4 months ago
AI Summary: The task requires modifying the `from_existing_graph` method in the `yedextended` Python library. The current implementation fails to correctly transfer the x and y coordinates of nodes from an existing GraphML file to the newly created `Node` objects. The fix involves updating the method to properly populate the `x` and `y` attributes of the `Node` objects during the graph parsing process.
Complexity:
3/5
bug help wanted
Python library extending yEd functionality through programmatic interface to graphs
Python
#graphml#graphs#graphviz#python-libraries#visualization#yed