tensorflow / tensorflow/tensorboard
XY-plots
Open
@wchargin is already working on this.
Since Jul 2, 2019.
type:feature (new plugin)
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
XY-plots are needed. The difference is that in xy-plots there are no bins. A user passes either a tensor nx2 or nx3 or 3 tensors: x, y, color (color is optional). These curves are needed for each step, so ...
They should look like histograms, but
1 every point has 0 width
2 custom color provided as a tensor (optiknally)
3 custom marker for each point
4 it should be selectable if points should be connected by a line or not
5 polar coordinates should be supported too.
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.
Assessment
This issue has not been assessed yet.