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.
envelopeVector :: C a v => T a -> T v -> T vsynthesizer-core Synthesizer.State.Filter.NonRecursive No documentation available.
-
Chart Graphics.Rendering.Chart.Plot.Vectors No documentation available.
-
Chart Graphics.Rendering.Chart.Plot.Vectors No documentation available.
_plot_vectors_grid :: PlotVectors x y -> [(x, y)]Chart Graphics.Rendering.Chart.Plot.Vectors Provide a square-tiled regular grid.
_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.
_plot_vectors_scale :: PlotVectors x y -> DoubleChart 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.
_plot_vectors_style :: PlotVectors x y -> VectorStyleChart Graphics.Rendering.Chart.Plot.Vectors No documentation available.
_plot_vectors_title :: PlotVectors x y -> StringChart Graphics.Rendering.Chart.Plot.Vectors No documentation available.
_plot_vectors_values :: PlotVectors x y -> [((x, y), (x, y))]Chart Graphics.Rendering.Chart.Plot.Vectors Provide a prepared list of (start,vector) pairs.
_vector_head_style :: VectorStyle -> PointStyleChart Graphics.Rendering.Chart.Plot.Vectors No documentation available.