plotlyhs-0.1.0: Haskell bindings to Plotly.js

Safe HaskellNone
LanguageHaskell98

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