visualize
❭ cell_to_ipython_animation
❭ get_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()
functionThis is used to generate videos of membrane voltage vs soma distance.
- Parameters:¶
cell (
single_cell_parser.cell.Cell
) – cell objecttime_index (int) – index of the time vector
range_vars (str) – range variable to plot
- Returns:¶
list of dictionaries of lines
- Return type:¶
list