You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hello, I was wondering if it's possible to import a
networkx
based network intopyyed
...I'm asking this because, even though
networkx
has the methodnx.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!
The text was updated successfully, but these errors were encountered: