Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to show only subgraph with changed nodes and edges #8

Open
yeger00 opened this issue Jul 12, 2019 · 1 comment
Open

Option to show only subgraph with changed nodes and edges #8

yeger00 opened this issue Jul 12, 2019 · 1 comment

Comments

@yeger00
Copy link
Owner

yeger00 commented Jul 12, 2019

Currently the diff graph contains all the edges and nodes.
I think there should be an option to show only the most relevant data - only subgraphs that contains a node or edge with a change (added or removed).

@abhi-11nav
Copy link

abhi-11nav commented Feb 10, 2023

Hey @yeger00,

I think that will limit the graphs to minimal nodes and edges unless the changes are huge. An alternative could be to extract added and deleted nodes and then use the property of slicing to extract nodes (1 hop neighbourhood) affecting the changed and deleted nodes and just retain them. This way we preserve the contextual information. I will work on adding that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants