eelbrain.plot.ColorGrid
- class eelbrain.plot.ColorGrid(row_cells, column_cells, colors, size=None, column_label_position='top', row_first=None, labels=None, shape='box', **kwargs)
Plot colors for a two-way design in a grid
- Parameters
column_cells (Sequence[str]) – Cells contained in the columns.
colors (Dict[Union[str, Tuple[str, ...]], Any]) – Colors for cells.
size (float) – Size (width and height) of the color squares (the default is to scale them to fit the font size).
column_label_position ('top' | 'bottom' | 'none') – Where to place the column labels (default is ‘top’).
row_first (bool) – Whether the row cell precedes the column cell in color keys. By default this is inferred from the existing keys.
labels (dict) – Condition labels that are used instead of the keys in
row_cells
andcolumn_cells
.shape ('box' | 'line') – Shape for color samples (default ‘box’).
... – Also accepts General layout parameters.
- Variables
column_labels (list of
matplotlib.text.Text
) – Column labels.row_labels (list of
matplotlib.text.Text
) – Row labels.
Methods
|
Draw a horizontal line on one or more axes |
|
Draw a horizontal bar on one or more axes |
|
Draw a vertical line on one or more axes |
|
Draw a vertical bar on one or more axes |
|
Close the figure. |
|
(Re-)draw the figure (after making manual changes). |
|
Draw crosshairs under the cursor |
|
Draw the outline of the figure |
|
Create FMTXT Image from the figure |
|
Short-cut for Matplotlib's |
|
Set the figure window title |
|
Set the label for the x-axis |
|
Rotate every x-axis tick-label by an angle (counterclockwise, in degrees) |
|
Set the label for the y-axis |