Safe Haskell | None |
---|---|
Language | Haskell2010 |
Simple Plot functions for convenience
Documentation
heatmap :: ([DataColumn] -> [DataColumn]) -> Text -> Text -> Text -> [Double] -> VegaLite Source #
Heatmap with given x and y columns.
barChartErr :: Text -> Text -> [Text] -> [Double] -> Double -> VegaLite Source #
Draw a bar chart with error bar
densityPlot :: Text -> [Double] -> VegaLite Source #
Draw Density Plot