tensorflow / tensorflow/tensorboard
Specify limited x-axis range for all plots
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
It would be nice if we could have a way to specify a specific range of steps/wall time to look at.
Often you are only interested in the last few steps.
Even more often the very first few (hundred to thousand) steps are not very interesting and/or have a very different value ranges than everything beyond that, which makes the automatic zooming much less useful.
(see e.g, the graph in nikonikolov's comment on issue #405.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the behavior described here and compare the graph referenced in issue #405. Identify how step and wall-time ranges are selected across the plots, then define a consistent range control for excluding early data or focusing on later steps; done means the requested limited range works for all plots.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100