amby-0.2.1: Statistical data visualization

Safe HaskellNone
LanguageHaskell2010

Amby

Contents

Synopsis

Modules

data Theme Source #

Instances

Themes

Accessors

class AmbyContainer c a | c -> a where Source #

Minimal complete definition

plot, plotEq

Methods

plot :: c -> c -> AmbyChart () Source #

plotEq :: c -> (a -> a) -> AmbyChart () Source #

Accessors

plot :: AmbyContainer c a => c -> c -> AmbyChart () Source #

plotEq :: AmbyContainer c a => c -> (a -> a) -> AmbyChart () Source #

save :: AmbyChart () -> IO () Source #

Quick render. Short-hand to render to png file using Cairo backend.

saveSvg :: AmbyChart () -> IO () Source #

Short-hand to render to svg using Cairo backend