Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data PlotTDigest td = PlotTDigest {
- _plot_tdigest_data :: td
- _plot_tdigest_normalize :: Bool
- _plot_tdigest_title :: String
- _plot_tdigest_fill_style :: FillStyle
- _plot_tdigest_line_style :: LineStyle
- _plot_tdigest_quantiles :: [Double]
- _plot_tdigest_q_line_style :: LineStyle
- _plot_tdigest_deviations :: Maybe Int
- _plot_tdigest_d_line_style :: LineStyle
- tdigestPlot :: String -> td -> EC l (PlotTDigest td)
- tdigestPlot' :: HasHistogram td f => String -> td -> EC (Layout Double Double) ()
- tdigestToPlot :: forall td f. HasHistogram td f => PlotTDigest td -> Plot Double Double
- plot_tdigest_title :: Lens' (PlotTDigest td) String
- plot_tdigest_quantiles :: Lens' (PlotTDigest td) [Double]
- plot_tdigest_q_line_style :: Lens' (PlotTDigest td) LineStyle
- plot_tdigest_normalize :: Lens' (PlotTDigest td) Bool
- plot_tdigest_line_style :: Lens' (PlotTDigest td) LineStyle
- plot_tdigest_fill_style :: Lens' (PlotTDigest td) FillStyle
- plot_tdigest_deviations :: Lens' (PlotTDigest td) (Maybe Int)
- plot_tdigest_data :: Lens (PlotTDigest td) (PlotTDigest td') td td'
- plot_tdigest_d_line_style :: Lens' (PlotTDigest td) LineStyle
Documentation
data PlotTDigest td Source #
PlotTDigest | |
|
tdigestPlot :: String -> td -> EC l (PlotTDigest td) Source #
Construct a bar chart with the given title and tdigest, using the next available colors
tdigestPlot' :: HasHistogram td f => String -> td -> EC (Layout Double Double) () Source #
tdigestToPlot :: forall td f. HasHistogram td f => PlotTDigest td -> Plot Double Double Source #
plot_tdigest_title :: Lens' (PlotTDigest td) String Source #
plot_tdigest_quantiles :: Lens' (PlotTDigest td) [Double] Source #
plot_tdigest_normalize :: Lens' (PlotTDigest td) Bool Source #
plot_tdigest_deviations :: Lens' (PlotTDigest td) (Maybe Int) Source #
plot_tdigest_data :: Lens (PlotTDigest td) (PlotTDigest td') td td' Source #