rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Allow specifying horizontal range of barchart

Open mvarble opened this issue 1 year ago • 3 comments

Currently, the bar chart only tracks the heights of the bins and not the "edges" of each bin. An unfortunate downside of this is that when I have a distribution of scalar data that I would like to view in a histogram, I have no idea where the mean is. Consider an animation like below, where the number of bins stays constant, but the mean moves.

example

I believe animations such as this could be achieved by extending the BarChart component to have edges and the BarChart blueprint to have view bounds.

mvarble avatar May 07 '24 23:05 mvarble

Very related (aaaalmost duplicate) to:

  • #4764

Wumpf avatar May 08 '24 10:05 Wumpf

Very related (aaaalmost duplicate) to:

* [Allow to specify boundaries for BarChart #4764](https://github.com/rerun-io/rerun/issues/4764)

Gah, I am sorry for spam. I must have searched histogram or some other related term that didn't cause a match.

mvarble avatar May 08 '24 22:05 mvarble

no worries tickets are super hard to navigate and I'm keeping this open since it's actually a bit of a different aspect

Wumpf avatar May 09 '24 07:05 Wumpf