Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PlotAnnotation :: HTextAnchor -> VTextAnchor -> Double -> FontStyle -> Rectangle -> Vector -> [(x, y, String)] -> PlotAnnotation x y

    Chart Graphics.Rendering.Chart.Plot.Annotation

    No documentation available.

  2. data PlotBars x y

    Chart Graphics.Rendering.Chart.Plot.Bars

    No documentation available.

  3. PlotBars :: BarsSettings -> [String] -> [(x, [(y, String)])] -> PlotBars x y

    Chart Graphics.Rendering.Chart.Plot.Bars

    No documentation available.

  4. data PlotBarsAlignment

    Chart Graphics.Rendering.Chart.Plot.Bars

    How bars for a given (x,[y]) are aligned with respect to screen coordinate corresponding to x (deviceX).

  5. data PlotBarsSpacing

    Chart Graphics.Rendering.Chart.Plot.Bars

    No documentation available.

  6. data PlotBarsStyle

    Chart Graphics.Rendering.Chart.Plot.Bars

    No documentation available.

  7. data PlotCandle x y

    Chart Graphics.Rendering.Chart.Plot.Candle

    Value defining a financial interval: opening and closing prices, with maxima and minima; and a style in which to render them. By convention, there are different fill styles depending on whether the price rises (open < close) or falls (close < open). (This plot type can also be re-purposed for statistical intervals, e.g. minimum, first quartile, median, third quartile, maximum.)

  8. PlotCandle :: String -> LineStyle -> Bool -> FillStyle -> FillStyle -> Double -> Double -> Double -> [Candle x y] -> PlotCandle x y

    Chart Graphics.Rendering.Chart.Plot.Candle

    No documentation available.

  9. data PlotErrBars x y

    Chart Graphics.Rendering.Chart.Plot.ErrBars

    Value defining a series of error intervals, and a style in which to render them.

  10. PlotErrBars :: String -> LineStyle -> Double -> Double -> [ErrPoint x y] -> PlotErrBars x y

    Chart Graphics.Rendering.Chart.Plot.ErrBars

    No documentation available.

Page 656 of many | Previous | Next