granite-0.1.0.1: Easy terminal plotting.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Granite

Documentation

data Plot Source #

Constructors

Plot 

Instances

Instances details
Show Plot Source # 
Instance details

Defined in Granite

Methods

showsPrec :: Int -> Plot -> ShowS #

show :: Plot -> String #

showList :: [Plot] -> ShowS #

Eq Plot Source # 
Instance details

Defined in Granite

Methods

(==) :: Plot -> Plot -> Bool #

(/=) :: Plot -> Plot -> Bool #

data LegendPos Source #

Constructors

LegendRight 
LegendBottom 

Instances

Instances details
Show LegendPos Source # 
Instance details

Defined in Granite

Eq LegendPos Source # 
Instance details

Defined in Granite

bins :: Int -> Double -> Double -> Bins Source #

histogram :: String -> Bins -> [Double] -> Plot -> String Source #