diff --git a/Analysis/plot_snapshot.py b/Analysis/plot_snapshot.py index e60fc6d7a02ce62140dd9c7874b8c26df24e3385..c74064f304fa0aa928bcaa74ce3b6cfb65752da5 100755 --- a/Analysis/plot_snapshot.py +++ b/Analysis/plot_snapshot.py @@ -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__":