Skip to content
Snippets Groups Projects
Commit c424f8f4 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

The repeat option does not work. Apparently a Matplotlib bug.
parent 529bd578
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ def make_animation(fig, ax, k1, ishape_last, reader_extr, reader_outer,
ani = animation.FuncAnimation(fig, func, range(k_min, k_max + 1),
fargs = (ax, ishape_lists, reader_extr,
reader_outer, reader_m_s, bbox),
interval = 500, repeat = False)
interval = 500)
return ani
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment