tensorflow / tensorflow/tensorboard

Graph element isolate

Open
#5,420 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

plugin:graph type:feature
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the graph element context-menu entry points and the existing "remove from main graph" behavior. Trace how graph visibility and PNG export are handled; the work is done when an "Isolate" option hides all other network elements, preserves the selected element, and exports only that view.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
data-visualization, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.