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. PointShapePolygon :: Int -> Bool -> PointShape

    Chart Graphics.Rendering.Chart.Drawing

    Number of vertices and is right-side-up?

  2. PointShapeStar :: PointShape

    Chart Graphics.Rendering.Chart.Drawing

    Combination of a cross and a plus.

  3. data PointStyle

    Chart Graphics.Rendering.Chart.Drawing

    Abstract data type for the style of a plotted point.

  4. PointStyle :: AlphaColour Double -> AlphaColour Double -> Double -> Double -> PointShape -> PointStyle

    Chart Graphics.Rendering.Chart.Drawing

    No documentation available.

  5. data Path

    Chart Graphics.Rendering.Chart.Geometry

    The path type used by Charts. A path can consist of several subpaths. Each is started by a MoveTo operation. All subpaths are open, except the last one, which may be closed using the Close operation. When filling a path all subpaths are closed implicitly. Closing a subpath means that a line is drawn from the end point to the start point of the subpath. If a Arc (or ArcNeg) is drawn a implicit line from the last end point of the subpath is drawn to the beginning of the arc. Another implicit line is drawn from the end of an arc to the beginning of the next path segment. The beginning of a subpath is either (0,0) or set by a MoveTo instruction. If the first subpath is started with an arc the beginning of that subpath is the beginning of the arc.

  6. data Point

    Chart Graphics.Rendering.Chart.Geometry

    A point in two dimensions.

  7. Point :: Double -> Double -> Point

    Chart Graphics.Rendering.Chart.Geometry

    No documentation available.

  8. type PointMapFn x y = (Limit x, Limit y) -> Point

    Chart Graphics.Rendering.Chart.Geometry

    A function mapping between points.

  9. module Graphics.Rendering.Chart.Plot

    Code to calculate and render various types of plots.

  10. data PlotAnnotation x y

    Chart Graphics.Rendering.Chart.Plot.Annotation

    Value for describing a series of text annotations to be placed at arbitrary points on the graph. Annotations can be rotated and styled.

Page 655 of many | Previous | Next