MorrisChan

Results 1 comments of MorrisChan

> write following lines in make_gif.py import matplotlib matplotlib.rcParams['animation.embed_limit'] = 2**128 According to the error message, the limit is calculated in MB. Setting it to 2**128 wouldn't be too high?...