Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Histograms #3

Open
idontgetoutmuch opened this issue Sep 17, 2015 · 1 comment
Open

Histograms #3

idontgetoutmuch opened this issue Sep 17, 2015 · 1 comment

Comments

@idontgetoutmuch
Copy link

It's important not to confuse a histogram with its graphical rendition; histograms have an existence independent of how they are rendered. Too many graphics libraries conflate the two. I recommend using https://hackage.haskell.org/package/histogram-fill to manipulate histograms. A good plotting package should just concern itself with how to render such structures.

@cchalmers
Copy link
Owner

You're right, there should certainly be a way to accept already computed histogram data. But I still think there should be helper functions for plotting a histogram from sample data. histogram-fill looks pretty comprehensive but it's also somewhat complicated and not particularly well documented (just now, it took me a good 5-10 mins just to work out to calculate a simple histogram and get the data from it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants