Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data FacetMapping

    hvega Graphics.Vega.VegaLite

    Provides details of the mapping between a row or column and its field definitions in a set of faceted small multiples. For details see the Vega-Lite documentation.

  2. RHeatmap :: Text -> RangeConfig

    hvega Graphics.Vega.VegaLite

    No documentation available.

  3. categoricalDomainMap :: [(Text, Color)] -> [ScaleProperty]

    hvega Graphics.Vega.VegaLite

    Create a set of discrete domain to color mappings suitable for customising categorical scales. The first item in each tuple should be a domain value and the second the color value with which it should be associated. It is a convenience function equivalent to specifying separate SDomain and SRange lists and is safer as it guarantees a one-to-one correspondence between domain and range values.

    color
    [ MName "weather"
    , MmType Nominal
    , MScale (
    categoricalDomainMap
    [ ( "sun", "yellow" )
    , ( "rain", "blue" )
    , ( "fog", "grey" )
    ]
    )
    ]
    

  4. domainRangeMap :: (Double, Color) -> (Double, Color) -> [ScaleProperty]

    hvega Graphics.Vega.VegaLite

    Create a pair of continuous domain to color mappings suitable for customising ordered scales. The first parameter is a tuple representing the mapping of the lowest numeric value in the domain to its equivalent color; the second tuple the mapping of the highest numeric value to color. If the domain contains any values between these lower and upper bounds they are interpolated according to the scale's interpolation function. This is a convenience function equivalent to specifying separate SDomain and SRange lists and is safer as it guarantees a one-to-one correspondence between domain and range values.

    color
    [ MName "year"
    , MmType Ordinal
    , MScale (domainRangeMap (1955, "rgb(230,149,156)") (2000, "rgb(145,26,36)"))
    ]
    

  5. _itemApp :: Item a -> Namespace

    katip Katip

    No documentation available.

  6. itemApp :: forall a f . Functor f => (Namespace -> f Namespace) -> Item a -> f (Item a)

    katip Katip

    No documentation available.

  7. _itemApp :: Item a -> Namespace

    katip Katip.Core

    No documentation available.

  8. itemApp :: forall a f . Functor f => (Namespace -> f Namespace) -> Item a -> f (Item a)

    katip Katip.Core

    No documentation available.

  9. AnyMapping :: MappingStyle

    libyaml Text.Libyaml

    No documentation available.

  10. BlockMapping :: MappingStyle

    libyaml Text.Libyaml

    No documentation available.

Page 986 of many | Previous | Next