graphia-app / graphia

A visualisation tool for the creation and analysis of graphs
https://graphia.app
236 stars 21 forks source link

Selected Nodes Display #25

Closed NotOneRing closed 3 years ago

NotOneRing commented 3 years ago

Dear Contributors,

Sorry for the inconvenience I might cause.

I need a pretty simple function. To display the nodes I have prepared, I have those nodes in a text file, or I can manually input them. For example, if a graph has 9 nodes(1, 2, 3, 4, 5, 6, 7, 8, 9 ) and some edges between them, I want to know where the 3, 5, 7 nodes are, i.e. displaying 3, 5, 7 with a different color in the visualization. Is there any function like a filter that allows me to find out where those nodes are? Because when I have a large graph with thousands of nodes a want to know where they are, it's pretty difficult to manually pick them. Could you please kindly give me some help?

Thanks so much for your time and great efforts!!!

Best regards, Yours User

timangus commented 3 years ago

There are a number of things that might help;

There is no means to manually highlight/visualise a selection for what it's worth as it's slightly against the ethos of the application (i.e. data driven), but it might be something I look into in the future, who knows.

BTW, the Discussions section is probably a better place for queries like this, Issues is more about reporting problems or submitting bug fixes etc.

HTH.