sorbetto.flavor.abstract_numeric_flavor module

class sorbetto.flavor.abstract_numeric_flavor.AbstractNumericFlavor(name: str = 'Unnamed Numeric Flavor', colormap: Any = None)[source]

Bases: AbstractFlavor

A numeric flavor is a function that gives a real number to show on a Tile for any given importance values.

abstract getLowerBound() Any[source]
abstract getUpperBound() Any[source]
property lowerBound
property upperBound