spiketools.plts.annotate.add_dots

spiketools.plts.annotate.add_dots(dots, ax=None, **plt_kwargs)[source]

Add dots to a plot axis.

Parameters:
dots1d or 2d array

Definitions of the dots to add to the plot. If 1d array, defines a single dot as [x_pos, y_pos]. If 2d array, 0th row is x-pos and 1th row is y-pos for multiple dot positions.

axAxes, optional

Axis object upon which to plot.

plt_kwargs

Additional arguments to pass into the plot function.