spiketools.plts.data.plot_polar_hist

spiketools.plts.data.plot_polar_hist(data, bin_width=10, ax=None, **plt_kwargs)[source]

Plot a polar histogram.

Parameters:
data1d array

Data to plot in a circular histogram.

bin_widthfloat, optional, default: 10

Width of the bins to use for the histogram.

axAxes, optional

Axis object upon which to plot.

plt_kwargs

Additional arguments to pass into the plot function.