Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. PrRatio :: Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    Ratio value for map projections such as the Hill.

  2. PrReflectX :: Bool -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    Reflect the x-coordinates after performing an identity projection. This creates a left-right mirror image of the geoshape marks when subject to an identity projection with Identity.

  3. PrReflectY :: Bool -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    Reflect the y-coordinates after performing an identity projection. This creates a left-right mirror image of the geoshape marks when subject to an identity projection with Identity.

  4. PrRotate :: Double -> Double -> Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    A projection’s three-axis rotation angle. The order is lambda phi gamma, and specifies the rotation angles in degrees about each spherical axis.

  5. PrScale :: Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    The projection's zoom scale, which if set, overrides automatic scaling of a geo feature to fit within the viewing area.

  6. PrSpacing :: Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    Spacing value for map projections such as the Lagrange.

  7. PrTilt :: Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    Satellite map projection tilt.

  8. PrTranslate :: Double -> Double -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    A projection’s panning translation, which if set, overrides automatic positioning of a geo feature to fit within the viewing area Note that the prefix is Pr and not P, to match the Elm API.

  9. PrType :: Projection -> ProjectionProperty

    hvega Graphics.Vega.VegaLite

    The type of the map projection.

  10. Product :: Operation

    hvega Graphics.Vega.VegaLite

    Product of field values to be used in an aggregate operation. This was added in Vega-Lite 4.6.0.

Page 715 of many | Previous | Next