visualizecell_to_ipython_animationget_lines

get_lines

visualize.cell_to_ipython_animation.get_lines(cell, time_index, range_vars='Vm')

Get list of dictionaries of lines that can be displayed using the plot_lines() function

This is used to generate videos of membrane voltage vs soma distance.

Parameters:
  • cell (single_cell_parser.cell.Cell) – cell object

  • time_index (int) – index of the time vector

  • range_vars (str) – range variable to plot

Returns:

list of dictionaries of lines

Return type:

list