visualizevoltage_trace_visualizerplot_vt

plot_vt

visualize.voltage_trace_visualizer.plot_vt(voltage_traces, key='BAC.hay_measure')

Plot voltage traces from simulation results.

The results of e.g. biophysics_fitting.simulator.Simulator are nested dictionaries, containing various voltage traces. NEURON simulation results are NEURON vectors. This is a helper method to extract that data and plot out specific voltage traces from those results.

Parameters:
  • voltage_traces (dict) – dictionary containing the voltage traces.

  • key (str) – key to access the specific voltage trace to plot.

Returns:

None