spiketools.plts.spatial.plot_trial_heatmaps¶
- spiketools.plts.spatial.plot_trial_heatmaps(trial_data, **plt_kwargs)[source]¶
Plot spatial heat maps for a set of trials.
- Parameters:
- trial_data3d array
Spatially binned spike activity, per trial, with shape of [n_trials, n_xbins, n_ybins].
- plt_kwargs
Additional arguments to pass into the plot function. This can include arguments into make_axes, which initializes the set of axes.