tensorflow / tensorflow/tensorboard

XY-plots

Open
#2,405 5 comments 0 reactions 1 assignee View on GitHub

@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

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.