Is it possible to get the values of a channel generated by a proportion or proportion-facet reducer in a binned Observable Plot? I know how to access the groups and compute summary stats like length and sum, but I’d also like to use the proportions, e.g. for use in the title:
As an aside, it would be great if I can somehow get the channel values generated by Plot as a sanity check. I think I saw a video somewhere that shows how to do that, but I can’t remember which one it was.
You expect me to remember stuff from a year ago?
The Plot API has changed since my post, but If you look at the last example from Bin Transform, you have access to the bins when you use title in the outputs and can then return summary data such as length and sum.
This would work. Just hover over the plot to see the data.