norse.torch.utils.plot.plot

norse.torch.utils.plot.plot#

Utilities for plotting spikes in layers over time in 2D and 3D.

Functions

plot_heatmap_2d(data[, axes, show_colorbar])

Plots a heatmat of two-dimensional data

plot_heatmap_3d(spikes[, show_colorbar])

Plots heatmaps for some activity in several layers.

plot_histogram_2d(spikes[, axes])

Plots a histogram of 1-dimensional data.

plot_izhikevich(behavior[, current, ...])

Computes and plots a 2D visualisation of the behavior of an Izhikevich neuron model.

plot_neuron_states(states, *variables[, ...])

Plots state variables in a line plot based on a list of states over time.

plot_scatter_3d(spikes[, axes, show_colorbar])

Plots spike activity in time.

plot_spikes_2d(spikes[, axes])

Plots a 2D diagram of spikes.