eelbrain.plot.ColorList

class eelbrain.plot.ColorList(colors, cells=None, labels=None, size=None, h=None, shape='box', markersize=None, **kwargs)

Plot colors with labels

Parameters:
  • colors (Dict[str | Tuple[str, ...], Any]) – Colors for cells.

  • cells (Sequence[str | Tuple[str, ...]]) – Cells for which to plot colors (default is colors.keys()).

  • labels (Dict[str | Tuple[str, ...], str]) – Condition labels that are used instead of the keys in colors. This is useful if colors uses abbreviated labels, but the color legend should contain more intelligible labels.

  • size (float) – Size (width and height) of the color squares (the default is to scale them to fit the font size).

  • h (float) – Height of the figure in inches (default is chosen to fit all labels).

  • shape (Literal['box', 'line', 'marker']) – Shape for color samples (default ‘box’).

  • markersize (float) – Size of markers in points.

  • ... – Also accepts General layout parameters.

Variables:

labels (list of matplotlib.text.Text) – Color labels.

Methods

add_hline(y[, axes])

Draw a horizontal line on one or more axes

add_hspan(bottom, top[, axes])

Draw a horizontal bar on one or more axes

add_vline(x[, axes])

Draw a vertical line on one or more axes

add_vspan(xmin, xmax[, axes])

Draw a vertical bar on one or more axes

close()

Close the figure.

draw()

(Re-)draw the figure (after making manual changes).

draw_crosshairs([enable])

Draw crosshairs under the cursor

draw_outline([color])

Draw the outline of the figure

image([name, format, close])

Create FMTXT Image from the figure

save(*args, **kwargs)

Short-cut for Matplotlib's savefig()

set_name(name)

Set the figure window title

set_xlabel(label[, ax])

Set the label for the x-axis

set_xtick_rotation(rotation)

Rotate every x-axis tick-label by an angle (counterclockwise, in degrees)

set_ylabel(label[, ax])

Set the label for the y-axis