Layer

config.gui.Layer()

Base class for layers in the GUI.

Attributes

bins : list[float]

The bins for the layer.

colors : list[str]

The colors for the layer.

Methods

Name Description
check_bins_and_colors Check that the bins and colors have the same length.

check_bins_and_colors

config.gui.Layer.check_bins_and_colors()

Check that the bins and colors have the same length.

Back to top