spiketools.plts.utils.make_grid

spiketools.plts.utils.make_grid(nrows, ncols, title=None, **plt_kwargs)[source]

Create a plot grid.

Parameters:
nrows, ncolsint

The number of rows and columns to add to the data.

titlestr, optional

A title to add to the figure.

plt_kwargs

Additional arguments to pass into the plot function.