Skip to content

[RDF] support bar charts in RDataFrame #17057

Open
@silverweed

Description

@silverweed

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions