grid

Contents

grid#

DisCoPy’s grid drawing.

Summary#

Cell

A cell is a pair of integers start and stop and an optional label.

Wire

A wire is a cell with stop = start.

Grid

A grid is a list of rows, a row is a list of cells.