pyautark (soon)
@urban-toolkit/autk-core / ColorMapDomainStrategy
Enumeration: ColorMapDomainStrategy
Defined in: types-colormap.ts:19
Strategies for deriving a colormap domain.
The selected strategy determines whether the domain is supplied directly, computed from numeric min/max values, or computed from numeric percentiles.
Enumeration Members
MIN_MAX
MIN_MAX:
"minMax"
Defined in: types-colormap.ts:23
Derive the domain from the observed minimum and maximum values.
PERCENTILE
PERCENTILE:
"percentile"
Defined in: types-colormap.ts:25
Derive the domain from lower and upper percentiles.
USER
USER:
"user"
Defined in: types-colormap.ts:21
Use the caller-provided domain verbatim.