Plotting & Visualization#

This module contains functions for visualizing simulation results and analysis. All functions will return an Axes or a list of Axes for use in matplotlib.

plot_recruitment_thresholds(thresholds, axs)

Plot recruitment thresholds for one or multiple parameter sets.

plot_spike_trains(spike_trains__matrix, ...)

Plot spike trains for each motor neuron pool.

plot_surface_emg(surface_emg__tensor, axs[, ...])

Plot the EMG signal across electrode grids.

plot_muap_grid(muap_data, axs[, ...])

Plot Motor Unit Action Potentials (MUAPs) in electrode grid format.

plot_input_current__matrix(...[, ...])

Plot the input current.