• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. PieChart :: [PieItem] -> [AlphaColour Double] -> FontStyle -> LineStyle -> Double -> PieChart

    Chart Graphics.Rendering.Chart.Plot.Pie

    No documentation available.

  2. data PieItem

    Chart Graphics.Rendering.Chart.Plot.Pie

    No documentation available.

  3. PieItem :: String -> Double -> Double -> PieItem

    Chart Graphics.Rendering.Chart.Plot.Pie

    No documentation available.

  4. data PieLayout

    Chart Graphics.Rendering.Chart.Plot.Pie

    No documentation available.

  5. PieLayout :: String -> FontStyle -> PieChart -> FillStyle -> Double -> PieLayout

    Chart Graphics.Rendering.Chart.Plot.Pie

    No documentation available.

  6. module Graphics.Rendering.Chart.Plot.Points

    Functions to plot sets of points, marked in various styles.

  7. data PlotPoints x y

    Chart Graphics.Rendering.Chart.Plot.Points

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

  8. PlotPoints :: String -> PointStyle -> [(x, y)] -> PlotPoints x y

    Chart Graphics.Rendering.Chart.Plot.Points

    No documentation available.

  9. data Plot x y

    Chart Graphics.Rendering.Chart.Plot.Types

    Interface to control plotting on a 2D area.

  10. Plot :: (PointMapFn x y -> BackendProgram ()) -> [(String, Rect -> BackendProgram ())] -> ([x], [y]) -> Plot x y

    Chart Graphics.Rendering.Chart.Plot.Types

    No documentation available.

Page 658 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete