chart-svg-0.0.3: Charts in SVG

Safe HaskellNone
LanguageHaskell2010

Chart.Examples

Contents

Synopsis

Documentation

data Ex Source #

Constructors

Ex 
Instances
Eq Ex Source # 
Instance details

Defined in Chart.Examples

Methods

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

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

Show Ex Source # 
Instance details

Defined in Chart.Examples

Methods

showsPrec :: Int -> Ex -> ShowS #

show :: Ex -> String #

showList :: [Ex] -> ShowS #

Generic Ex Source # 
Instance details

Defined in Chart.Examples

Associated Types

type Rep Ex :: Type -> Type #

Methods

from :: Ex -> Rep Ex x #

to :: Rep Ex x -> Ex #

type Rep Ex Source # 
Instance details

Defined in Chart.Examples

memptyExample :: Ex Source #

minimal example

unitExample :: Ex Source #

unit example

hudExample :: Ex Source #

hud example

rectExample :: Ex Source #

rect example

lineExample :: Ex Source #

line example

textExample :: Ex Source #

text example

glyphExample :: Ex Source #

glyph example

pixelEx :: ([Chart Double], [Hud Double]) Source #

pixel example

f1 :: Floating a => Point a -> a Source #

stuff

gopts3 :: [GlyphStyle] Source #

compound chart

labelExample :: Ex Source #

label example

placedLabel :: Chartable a => Point a -> a -> Text -> Chart a Source #

mainExample :: Ex Source #

main example