pyyed icon indicating copy to clipboard operation
pyyed copied to clipboard

import from `networkx`

Open laimaretto opened this issue 2 years ago • 0 comments

Hello, I was wondering if it's possible to import a networkx based network into pyyed ...

I'm asking this because, even though networkx has the method nx.write_graphml() when opening that file in yEd, I still need to do all the attributes mapping, for example, to see labels on nodes or edges, or the see color applied.

However, if the network is created from scratch with pyyed, then opening it in yEd is straight forward.

thanks!

laimaretto avatar Dec 05 '22 13:12 laimaretto