spiketools.plts.data.plot_text

spiketools.plts.data.plot_text(text, xpos=0.5, ypos=0.5, show_axis=False, ax=None, **plt_kwargs)[source]

Plot text.

Parameters:
textstr

The text to plot.

xpos, yposfloat, optional, default: 0.5

The x and y positions to plot the text.

show_axisbool, optional, default: False

Whether to show the axis of the plot.

axAxes, optional

Axis object upon which to plot.

plt_kwargs

Additional arguments to pass into the plot function.