YAxisConfig
Constructor
Methods
build
Builds the object.
def build() -> heatmap.YAxisConfig
axis_border_show
def axis_border_show(axis_border_show: bool) -> typing.Self
axis_centered_zero
def axis_centered_zero(axis_centered_zero: bool) -> typing.Self
axis_color_mode
def axis_color_mode(axis_color_mode: common.AxisColorMode) -> typing.Self
axis_grid_show
def axis_grid_show(axis_grid_show: bool) -> typing.Self
axis_label
def axis_label(axis_label: str) -> typing.Self
axis_placement
def axis_placement(axis_placement: common.AxisPlacement) -> typing.Self
axis_soft_max
def axis_soft_max(axis_soft_max: float) -> typing.Self
axis_soft_min
def axis_soft_min(axis_soft_min: float) -> typing.Self
axis_width
def axis_width(axis_width: float) -> typing.Self
decimals
Controls the number of decimals for yAxis values
def decimals(decimals: float) -> typing.Self
max_val
Sets the maximum value for the yAxis
def max_val(max_val: float) -> typing.Self
min_val
Sets the minimum value for the yAxis
def min_val(min_val: float) -> typing.Self
reverse
Reverses the yAxis
def reverse(reverse: bool) -> typing.Self
scale_distribution
def scale_distribution(scale_distribution: cogbuilder.Builder[common.ScaleDistributionConfig]) -> typing.Self
unit
Sets the yAxis unit
def unit(unit: str) -> typing.Self
See also