pyyed
pyyed copied to clipboard
import from `networkx`
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!