plotlyhs-0.2.3: Haskell bindings to Plotly.js
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.Plotly.Histogram

Description

Simple histograms

Synopsis

Documentation

histogram Source #

Arguments

:: Int

number of bins

-> [Double]

the individual observations

-> Trace 

build a histogram with a given binsize

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

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