visualizecell_to_ipython_animation_in_parallel_context

_in_parallel_context

visualize.cell_to_ipython_animation._in_parallel_context(paths, lines_objects, xlim=(0, 1500), ylim=(-80, 0))

Helper function to launch generation of images in parallel

Note

Some ideas how to speed up figure drawing are taken from: http://bastibe.de/2013-05-30-speeding-up-matplotlib.html

Parameters:
  • paths (list) – list of paths where to save images

  • lines_objects (list) – list of dictionaries of lines

  • xlim (tuple) – x axis limits

  • ylim (tuple) – y axis limits

Returns:

None