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. newtype Percent

    Chart Graphics.Rendering.Chart.Axis.Floating

    A wrapper class for doubles used to indicate they are to be plotted against a percentage axis.

  2. Percent :: Double -> Percent

    Chart Graphics.Rendering.Chart.Axis.Floating

    No documentation available.

  3. newtype PlotIndex

    Chart Graphics.Rendering.Chart.Axis.Indexed

    Type for capturing values plotted by index number (ie position in a list) rather than a numerical value.

  4. PlotIndex :: Int -> PlotIndex

    Chart Graphics.Rendering.Chart.Axis.Indexed

    No documentation available.

  5. class Ord a => PlotValue a

    Chart Graphics.Rendering.Chart.Axis.Types

    A typeclass abstracting the functions we need to be able to plot against an axis of type a

  6. data PointShape

    Chart Graphics.Rendering.Chart.Drawing

    The different shapes a point can have.

  7. PointShapeArrowHead :: Double -> PointShape

    Chart Graphics.Rendering.Chart.Drawing

    No documentation available.

  8. PointShapeCircle :: PointShape

    Chart Graphics.Rendering.Chart.Drawing

    A circle.

  9. PointShapeCross :: PointShape

    Chart Graphics.Rendering.Chart.Drawing

    A cross.

  10. PointShapeEllipse :: Double -> Double -> PointShape

    Chart Graphics.Rendering.Chart.Drawing

    Ratio of minor to major axis and rotation

Page 656 of many | Previous | Next