visualize
❭ cell_to_ipython_animation
❭ plot_lines_fun
plot_lines_fun¶
- visualize.cell_to_ipython_animation.plot_lines_fun(lines, ax)¶
Generate plots out of lines
- Parameters:¶
lines (list) – list of dictionaries of lines. Generated by
get_lines()
ax – axis object
- Returns:¶
list of line objects
- Return type:¶
list