Python library extending yEd functionality through programmatic interface to graphs

graphml graphs graphviz python-libraries visualization yed
1 Open Issue Need Help Last updated: May 20, 2025

Open Issues Need Help

View All on GitHub

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