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.
-
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.
RHeatmap :: Text -> RangeConfighvega Graphics.Vega.VegaLite No documentation available.
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" ) ] ) ]
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)")) ]
_itemApp :: Item a -> Namespacekatip Katip No documentation available.
itemApp :: forall a f . Functor f => (Namespace -> f Namespace) -> Item a -> f (Item a)katip Katip No documentation available.
_itemApp :: Item a -> Namespacekatip Katip.Core No documentation available.
itemApp :: forall a f . Functor f => (Namespace -> f Namespace) -> Item a -> f (Item a)katip Katip.Core No documentation available.
-
libyaml Text.Libyaml No documentation available.
-
libyaml Text.Libyaml No documentation available.