Skip to content

HeatmapColorOptions🔗

Constructor🔗

HeatmapColorOptions()

Methods🔗

build🔗

Builds the object.

def build() -> heatmap.HeatmapColorOptions

exponent🔗

Controls the exponent when scale is set to exponential

def exponent(exponent: float) -> typing.Self

fill🔗

Controls the color fill when in opacity mode

def fill(fill: str) -> typing.Self

max_val🔗

Sets the maximum value for the color scale

def max_val(max_val: float) -> typing.Self

min_val🔗

Sets the minimum value for the color scale

def min_val(min_val: float) -> typing.Self

mode🔗

Sets the color mode

def mode(mode: heatmap.HeatmapColorMode) -> typing.Self

reverse🔗

Reverses the color scheme

def reverse(reverse: bool) -> typing.Self

scale🔗

Controls the color scale

def scale(scale: heatmap.HeatmapColorScale) -> typing.Self

scheme🔗

Controls the color scheme used

def scheme(scheme: str) -> typing.Self

steps🔗

Controls the number of color steps

def steps(steps: int) -> typing.Self

See also🔗