timbod7 / haskell-chart

A 2D charting library for haskell
429 stars 85 forks source link

Customizing histograms (exposing `histToBins`). #228

Closed shlok closed 2 years ago

shlok commented 2 years ago

I have customized my histogram to show the count above each bar. To do this, I currently have to (as far as I know) copy-paste the private histToBins function.

How open would you be to publicly exposing the histToBins function?

timbod7 commented 2 years ago

I think exposing that function would be fine.