Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. QtStep :: Double -> QuantileProperty

    hvega Graphics.Vega.VegaLite

    The interval between probabilities when performing a quantile transformation. All value from half the given step size to 1 will be sampled, and is only used if QtProbs is not set.

  2. TUStep :: Double -> BaseTimeUnit -> TimeUnit

    hvega Graphics.Vega.VegaLite

    The number of steps between time-unit bins, in terms of the least-significant unit provided. So TUStep 14 YearMonthDate will bin temporal data into bi-weekly groups.

  3. UtcStep :: Double -> BaseTimeUnit -> TimeUnit

    hvega Graphics.Vega.VegaLite

    The number of steps between time-unit bins, in terms of the least-significant unit provided for UTC times. So UtcStep 14 YearMonthDate] will bin temporal data into bi-weekly groups.

  4. ViewStep :: Double -> ViewConfig

    hvega Graphics.Vega.VegaLite

    Default step size for discrete fields. This replaces SCRangeStep and SCTextXRangeStep from ScaleConfig.

  5. heightStep :: Double -> PropertySpec

    hvega Graphics.Vega.VegaLite

    Set the height of the discrete y-field (e.g. individual bars in a horizontal bar chart). The total height is then calculated based on the number of discrete fields (e.g. bars).

    toVegaLite
    [ heightStep 17
    , data []
    , enc []
    , mark Bar []
    ]
    
    This replaces the use of SRangeStep from ScaleProperty.

  6. widthStep :: Double -> PropertySpec

    hvega Graphics.Vega.VegaLite

    Set the width of the discrete x-field (e.g. individual bars in a bar chart). The total width is then calculated based on the number of discrete fields (e.g. bars).

    toVegaLite
    [ widthStep 17
    , data []
    , enc []
    , mark Bar []
    ]
    
    This replaces the use of SRangeStep from ScaleProperty.

  7. enumFromStepN :: Num a => a -> a -> Int -> Maybe (NonEmptyVector a)

    nonempty-vector Data.Vector.NonEmpty

    O(n) Yield a non-empty vector of the given length containing the values x, x+y, x+y+y etc. This operations is usually more efficient than enumFromThenTo. If an enumeration does not use meaningful indices, Nothing is returned, otherwise, Just containing a non-empty vector.

  8. enumFromStepN1 :: Num a => a -> a -> Int -> NonEmptyVector a

    nonempty-vector Data.Vector.NonEmpty

    O(n) Yield a non-empty vector of length max n 1 containing the values x, x+y, x+y+y etc. This operations is usually more efficient than enumFromThenTo.

  9. DimStep :: Measure -> Step

    HaTeX Text.LaTeX.Packages.TikZ.Syntax

    No documentation available.

  10. GridStep :: Step -> GridOption

    HaTeX Text.LaTeX.Packages.TikZ.Syntax

    No documentation available.

Page 55 of many | Previous | Next