Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. DnSteps :: Natural -> DensityProperty

    hvega Graphics.Vega.VegaLite

    This overrides the DnMinSteps and DnMaxSteps options and specified an exact number of steps to take from the extent domain. It can be used with DnExtent to ensure a consistent set of sample points for stacked densities.

  2. GrStep :: (Double, Double) -> GraticuleProperty

    hvega Graphics.Vega.VegaLite

    The step angles for the graticule lines, given as a longitude, latitude pair defining the EW and NS intervals respectively. The units are degrees. By default major graticule lines extend to both poles but the minor lines stop at ±80 degrees latitude.

  3. GrStepMajor :: (Double, Double) -> GraticuleProperty

    hvega Graphics.Vega.VegaLite

    As GrStep but for the major graticule lines only. The default is (90, 360).

  4. GrStepMinor :: (Double, Double) -> GraticuleProperty

    hvega Graphics.Vega.VegaLite

    As GrStep but for the minor graticule lines only. The default is (10, 10).

  5. InStep :: Double -> InputProperty

    hvega Graphics.Vega.VegaLite

    The minimum increment for a range sliders.

  6. LTickMinStep :: Double -> LegendProperty

    hvega Graphics.Vega.VegaLite

    The minimum desired step between legend ticks, in terms of the scale domain values.

  7. MinStep :: Double -> BinProperty

    hvega Graphics.Vega.VegaLite

    A minimum allowable step size.

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

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

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

Page 56 of many | Previous | Next