Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

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

    diagrams-lib Diagrams.TwoD

    No documentation available.

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

    diagrams-lib Diagrams.TwoD

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

  3. 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

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

  4. 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.

  5. 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.

  6. 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.

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

  8. 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.

  9. 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.

  10. 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.

Page 43 of many | Previous | Next