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.
PointShapePolygon :: Int -> Bool -> PointShapeChart Graphics.Rendering.Chart.Drawing Number of vertices and is right-side-up?
-
Chart Graphics.Rendering.Chart.Drawing Combination of a cross and a plus.
-
Chart Graphics.Rendering.Chart.Drawing Abstract data type for the style of a plotted point.
-
Chart Graphics.Rendering.Chart.Drawing No documentation available.
-
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.
-
Chart Graphics.Rendering.Chart.Geometry A point in two dimensions.
Point :: Double -> Double -> PointChart Graphics.Rendering.Chart.Geometry No documentation available.
type
PointMapFn x y = (Limit x, Limit y) -> PointChart Graphics.Rendering.Chart.Geometry A function mapping between points.
module Graphics.Rendering.Chart.
Plot Code to calculate and render various types of plots.
-
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.