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.
-
Chart Graphics.Rendering.Chart.Plot.Annotation No documentation available.
-
Chart Graphics.Rendering.Chart.Plot.Bars No documentation available.
PlotBars :: BarsSettings -> [String] -> [(x, [(y, String)])] -> PlotBars x yChart Graphics.Rendering.Chart.Plot.Bars No documentation available.
-
Chart Graphics.Rendering.Chart.Plot.Bars How bars for a given (x,[y]) are aligned with respect to screen coordinate corresponding to x (deviceX).
-
Chart Graphics.Rendering.Chart.Plot.Bars No documentation available.
-
Chart Graphics.Rendering.Chart.Plot.Bars No documentation available.
-
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.)
-
Chart Graphics.Rendering.Chart.Plot.Candle No documentation available.
-
Chart Graphics.Rendering.Chart.Plot.ErrBars Value defining a series of error intervals, and a style in which to render them.
PlotErrBars :: String -> LineStyle -> Double -> Double -> [ErrPoint x y] -> PlotErrBars x yChart Graphics.Rendering.Chart.Plot.ErrBars No documentation available.