Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. data PieChart

    Chart Graphics.Rendering.Chart.Plot.Pie

    No documentation available.

  2. PieChart :: [PieItem] -> [AlphaColour Double] -> FontStyle -> LineStyle -> Double -> PieChart

    Chart Graphics.Rendering.Chart.Plot.Pie

    No documentation available.

  3. data PieItem

    Chart Graphics.Rendering.Chart.Plot.Pie

    No documentation available.

  4. PieItem :: String -> Double -> Double -> PieItem

    Chart Graphics.Rendering.Chart.Plot.Pie

    No documentation available.

  5. data PieLayout

    Chart Graphics.Rendering.Chart.Plot.Pie

    No documentation available.

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

    Chart Graphics.Rendering.Chart.Plot.Pie

    No documentation available.

  7. module Graphics.Rendering.Chart.Plot.Points

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

  8. data PlotPoints x y

    Chart Graphics.Rendering.Chart.Plot.Points

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

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

    Chart Graphics.Rendering.Chart.Plot.Points

    No documentation available.

  10. data Plot x y

    Chart Graphics.Rendering.Chart.Plot.Types

    Interface to control plotting on a 2D area.

Page 660 of many | Previous | Next