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_raster_spikes(results, axs, populations)

Plot spike raster plots for neural populations, one per axis.

plot_membrane_potentials(results, axs[, ...])

Plot membrane potential traces for selected cells across populations.

plot_muscle_dynamics(results, joint_angle, ...)

Plot muscle dynamics from Hill model.

plot_antagonist_muscle_comparison(results, ...)

Plot comparison of antagonist muscle dynamics.

plot_spindle_dynamics(results, axs[, ...])

Plot spindle model dynamics.

plot_gto_dynamics(results, axs[, ...])

Plot Golgi tendon organ (GTO) dynamics.