Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. showTrace :: (Enum n, TypeableFloat n, Renderable (Path V2 n) b) => QDiagram b V2 n Any -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

    Mark the trace of a diagram by placing 64 red dots 1/100th its size along the trace.

  2. showTrace' :: (Enum n, TypeableFloat n, Renderable (Path V2 n) b) => TraceOpts n -> QDiagram b V2 n Any -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD

    Mark the trace of a diagram, with control over colour and scale of marker dot and the number of points on the trace.

  3. showEnvelope :: (Enum n, TypeableFloat n, Renderable (Path V2 n) b) => QDiagram b V2 n Any -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Model

    Mark the envelope with an approximating cubic spline using 32 points, medium line width and red line color.

  4. showEnvelope' :: (Enum n, TypeableFloat n, Renderable (Path V2 n) b) => EnvelopeOpts n -> QDiagram b V2 n Any -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Model

    Mark the envelope with an approximating cubic spline with control over the color, line width and number of points.

  5. showLabels :: (TypeableFloat n, Renderable (Text n) b, Semigroup m) => QDiagram b V2 n m -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Model

    No documentation available.

  6. showOrigin :: (TypeableFloat n, Renderable (Path V2 n) b, Monoid' m) => QDiagram b V2 n m -> QDiagram b V2 n m

    diagrams-lib Diagrams.TwoD.Model

    Mark the origin of a diagram by placing a red dot 1/50th its size.

  7. showOrigin' :: (TypeableFloat n, Renderable (Path V2 n) b, Monoid' m) => OriginOpts n -> QDiagram b V2 n m -> QDiagram b V2 n m

    diagrams-lib Diagrams.TwoD.Model

    Mark the origin of a diagram, with control over colour and scale of marker dot.

  8. showTrace :: (Enum n, TypeableFloat n, Renderable (Path V2 n) b) => QDiagram b V2 n Any -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Model

    Mark the trace of a diagram by placing 64 red dots 1/100th its size along the trace.

  9. showTrace' :: (Enum n, TypeableFloat n, Renderable (Path V2 n) b) => TraceOpts n -> QDiagram b V2 n Any -> QDiagram b V2 n Any

    diagrams-lib Diagrams.TwoD.Model

    Mark the trace of a diagram, with control over colour and scale of marker dot and the number of points on the trace.

  10. showReadSpec :: (Show a, Eq a, Read a, Typeable a, GenValid a) => Spec

    genvalidity-sydtest Test.Syd.Validity

    Standard test spec for properties of Show and Read instances for valid values Example usage:

    showReadSpec @Int
    

Page 76 of many | Previous | Next