Gadfly.jl
Gadfly.jl copied to clipboard
Stat.histogram(binwidth=)
Sometimes I want to specify binwidth rather than bincount in a histogram. Could that be supported?
The current design is to use bincount with limits (?Stat.histogram). But somewhere something went wrong with limits (see this post), so fixing that is a more pressing issue.