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.
QtStep :: Double -> QuantilePropertyhvega 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.
TUStep :: Double -> BaseTimeUnit -> TimeUnithvega 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.
UtcStep :: Double -> BaseTimeUnit -> TimeUnithvega 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.
ViewStep :: Double -> ViewConfighvega Graphics.Vega.VegaLite Default step size for discrete fields. This replaces SCRangeStep and SCTextXRangeStep from ScaleConfig.
heightStep :: Double -> PropertySpechvega 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.widthStep :: Double -> PropertySpechvega 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.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.
enumFromStepN1 :: Num a => a -> a -> Int -> NonEmptyVector anonempty-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.
-
HaTeX Text.LaTeX.Packages.TikZ.Syntax No documentation available.
GridStep :: Step -> GridOptionHaTeX Text.LaTeX.Packages.TikZ.Syntax No documentation available.