low_comm_tools.plotting.utils

Attributes

SKA_COLOURS_RGBA_DICT

SKA_HEX_COLOURS

Functions

grid_dims(→ tuple[int, int])

Return (nrows, ncols) for a roughly-square grid fitting n items.

Module Contents

low_comm_tools.plotting.utils.grid_dims(n: int) tuple[int, int][source]

Return (nrows, ncols) for a roughly-square grid fitting n items.

low_comm_tools.plotting.utils.SKA_COLOURS_RGBA_DICT[source]
low_comm_tools.plotting.utils.SKA_HEX_COLOURS = ['#e40769', '#070a68', '#ffc000', '#5b9bd5'][source]