plotlyhs-0.2.1: Haskell bindings to Plotly.js

Safe HaskellNone
LanguageHaskell2010

Graphics.Plotly.Histogram

Description

Simple histograms

Synopsis

Documentation

histogram #

Arguments

:: Int

number of bins

-> [Double]

the individual observations

-> Trace 

build a histogram with a given binsize

histMany :: Int -> [(Text, [Double])] -> [Trace] #

goFill :: [(Int, Int)] -> [(Int, Int)] #

getBinMap :: Double -> Double -> [Double] -> [(Int, Int)] #