vegaview-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Graphics.Vega.VegaLite.Simple

Description

Simple Plot functions for convenience

Synopsis

Documentation

heatmap :: ([DataColumn] -> [DataColumn]) -> Text -> Text -> Text -> [Double] -> VegaLite Source #

Heatmap with given x and y columns.

barChart :: Text -> Text -> [Text] -> [Double] -> VegaLite Source #

Draw a bar chart

barChartErr :: Text -> Text -> [Text] -> [Double] -> Double -> VegaLite Source #

Draw a bar chart with error bar

densityPlot :: Text -> [Double] -> VegaLite Source #

Draw Density Plot