scikit-hep / histoprint

Pretty print histograms to the console
MIT License
33 stars 2 forks source link

Add RichHistogram #93

Closed ast0815 closed 2 years ago

ast0815 commented 2 years ago

Add a class of Object that can be plotted with rich. The data can be updated on the fly.

ast0815 commented 2 years ago

@henryiii Does this cover your use case, e.g. with the uproot browser? Or should there be a different API to handle a printable object? Right now the printable object just deals with the printing and the objects themselves can be updated with additional data on the fly if necessary.