qutip / qutip-notebooks

A collection of IPython notebooks using QuTiP: examples, tutorials, development test, etc.
BSD 3-Clause "New" or "Revised" License
238 stars 236 forks source link

Runtime error in Bloch Sphere and Wigner function animation tutorial #42

Open hellmersjl3ds opened 7 years ago

hellmersjl3ds commented 7 years ago

Getting message "The animation function must return a sequence of Artist objects" when doing the plot_animation.

QuTiP 4.1.0 Numpy 1.11.3 SciPy 0.18.1 matplotlib 2.0.0 Cython 0.25.2 IPython 5.1.0 Python 3.6.0 |Anaconda 4.3.1 (64-bit)| (default, Dec 23 2016, 12:22:00) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] OS posix [linux]

pranavm1502 commented 6 years ago

I have the same problem in Windows7. However the new example code in 4.2 documentation works after removing blit=True as mentioned on stackexchange