Open
Description
Feature description
It would be nice if RDataFrame supported bar charts (aka TH[123] with alphanumeric bins). Currently there is a way to achieve it with a user-defined helper, but having a native API would be helpful.
Internally the helper should probably use a TH1L to store the count of occurrences for the column.
Alternatives considered
No response
Additional context
This would allow modernizing tutorials such as this and avoid the use of TTree::Draw