-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Hello,
It would be nice to have the ability to right click a graph element and have the option of "Isolate" underneath the "remove from main graph", which would hide every other piece of the network from the graph view, i.e, turn everything invisible except for that selection. This would make it easier to both export the PNG of just that element or just demonstrate / focus on that single piece.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
stephanwlee commentedon Nov 15, 2021
Thanks for the feature request.
So the team understands the use case though, in what cases and why do you export the graph visualization as an image? Also, when you say "single piece", do you mean a subgraph? A single node is quite meaningless, right?
Marius-Juston commentedon Nov 15, 2021
I want to be able to export the graph visualization as an image for presentations like in Powerpoints, GitHub READMEs or anything else.
Also yes, when I meant a "single piece" I meant a sub graph / name scope group, sorry about that.
This would be for the use case of demonstrating blocks such as Resblocks which are a combination relu, convolution, and additions; however, if I were to just demonstrate that piece of a large network network. I would have to export the whole network graph as a PNG and then crop the image to only include that piece.
stephanwlee commentedon Nov 15, 2021
Got it, thank you for clarification.
bileschi commentedon Nov 23, 2021
Pruning and visualizing sub-networks of the graph are a long standing request. Agreed that this feature would be a welcome PR. Unfortunately the core team does not have much capacity at the moment to devote to the graph plugin.