Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. envelopeVector :: C a v => T a -> T v -> T v

    synthesizer-core Synthesizer.State.Filter.NonRecursive

    No documentation available.

  2. data PlotVectors x y

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  3. PlotVectors :: String -> VectorStyle -> Double -> [(x, y)] -> ((x, y) -> (x, y)) -> [((x, y), (x, y))] -> PlotVectors x y

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  4. _plot_vectors_grid :: PlotVectors x y -> [(x, y)]

    Chart Graphics.Rendering.Chart.Plot.Vectors

    Provide a square-tiled regular grid.

  5. _plot_vectors_mapf :: PlotVectors x y -> (x, y) -> (x, y)

    Chart Graphics.Rendering.Chart.Plot.Vectors

    Provide a vector field (R^2 -> R^2) function.

  6. _plot_vectors_scale :: PlotVectors x y -> Double

    Chart Graphics.Rendering.Chart.Plot.Vectors

    Set to 1 (default) to normalize the length of vectors to a space between them (so that the vectors never overlap on the graph). Set to 0 to disable any scaling. Values in between 0 and 1 are also permitted to adjust scaling.

  7. _plot_vectors_style :: PlotVectors x y -> VectorStyle

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  8. _plot_vectors_title :: PlotVectors x y -> String

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

  9. _plot_vectors_values :: PlotVectors x y -> [((x, y), (x, y))]

    Chart Graphics.Rendering.Chart.Plot.Vectors

    Provide a prepared list of (start,vector) pairs.

  10. _vector_head_style :: VectorStyle -> PointStyle

    Chart Graphics.Rendering.Chart.Plot.Vectors

    No documentation available.

Page 77 of many | Previous | Next