Module textplots::utils[][src]

Helpers for passing the data into plots.

Merely a bunch of functions hanging around while the library API is taking shape.

Functions

histogram

Transforms points into frequency distribution (for using in histograms). Values outside of [min, max] interval are ignored, and everything that falls into the specified interval is grouped into bins number of buckets of equal width.