Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

Edge path visualization

0 votes
Hi,

I have created a graph using python 'networkx' and saved the graph in 'graphml' format. I am using YeD to display the graph for better representation.

However the graph is very big and need to zoom in to view the nodes properly.

Problem is, in this graph I need to display a complete path from 'node-Start' to 'node-End' which go through intermediate nodes, like this :

node-Start ==> node-X ==> node-Y ==> node-End

I want when I select the edge between (node-Start, node-X), it should highlight the entire path as shown above.

Is it possible to achieve in YeD ?

Thanks!
in Help by
edited by

1 Answer

0 votes

I am afraid the feature you are looking for is not available in yEd.

It is possible to implement such a feature using the yFiles library (upon which yEd is built), however. Thus if developing a custom application is an option for you, take a look at the yFiles diagramming library.

P.S.:
This is a public forum. It is not a good idea to post personal information like an email address here.

by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...