histogram-fill-0.7.2.0: Library for histograms creation.
Data.Histogram.Bin.BinEnum
Synopsis
newtype BinEnum a Source
Bin for types which are instnaces of Enum type class. Value are converted to Int using fromEnum first and then binned.
Int
fromEnum
Constructors
Instances
binEnum :: Enum a => a -> a -> BinEnum aSource
Create enum based bin
binEnumFull :: (Enum a, Bounded a) => BinEnum aSource
Use full range of data