name: amby version: 0.3.2 synopsis: Statistical data visualization description: <> <> <> . <> <> <> . A statistics visualization library built on top of inspired by . Amby provides a high-level interface to quickly display attractive visualizations. Amby also provides tools to display Charts from both Amby and the Chart package within GHCi. . For examples visit the homepage: https://github.com/jsermeno/amby#readme license: BSD3 license-file: LICENSE author: Justin Sermeno maintainer: Justin Sermeno copyright: Copyright (c) 2014-2016 Justin Sermeno category: Graphics build-type: Simple cabal-version: >=1.10 tested-with: GHC==8.0.1, GHC==7.10.3 Data-files: data/seaborn_tips.csv library hs-source-dirs: src exposed-modules: Amby other-modules: Amby.BoxPlot , Amby.Categorical , Amby.Compatibility.HistogramPlot , Amby.Compatibility.HistogramNumeric , Amby.Display , Amby.FactorPlot , Amby.Numeric , Amby.Plot , Amby.Style , Amby.Theme , Amby.Types , Amby.Util , Paths_amby build-depends: base >= 4.7 && < 5 , data-default-class , Chart-cairo , Chart-diagrams , Chart , text , vector , vector-algorithms , containers , extra , statistics , colour , scientific , mtl , safe , either , pretty-display , process , exceptions , data-default , mwc-random , foldl , datasets , cassava , bytestring -- 'Lens' package used as dependency of 'Chart' , lens ghc-options: -Wall -fno-warn-orphans default-language: Haskell2010 test-suite amby-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , amby , doctest , tasty , tasty-hunit , vector ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 benchmark amby-bench type: exitcode-stdio-1.0 hs-source-dirs: bench main-is: Bench.hs build-depends: base , amby , statistics default-language: Haskell2010 source-repository head type: git location: https://github.com/jsermeno/amby