chart-unit-0.1.0.0: A set of native haskell charts.

Safe HaskellNone
LanguageHaskell2010

Chart.Unit

Documentation

range1D :: (Fractional t, Ord t, Foldable f) => f t -> (t, t) Source #

range1Ds :: (Fractional t, Ord t, Foldable f, Foldable f') => f' (f t) -> (t, t) Source #

unit :: (Fractional b, Functor f, Ord b, Foldable f) => f b -> f b Source #

units :: (Fractional b, Functor f, Ord b, Foldable f, Functor f', Foldable f') => f' (f b) -> f' (f b) Source #

unitXY :: (Fractional b, Fractional a, Ord b, Ord a) => [(a, b)] -> [(a, b)] Source #

unitsXY :: (Fractional a, Ord a, Fractional b, Ord b) => [[(a, b)]] -> [[(a, b)]] Source #

scatter :: (Typeable (N r), Monoid r, Semigroup r, Transformable r, HasStyle r, HasOrigin r, TrailLike r, V r ~ V2, N r ~ Double) => ScatterConfig -> [(N r, N r)] -> r Source #