Hi Ryan,
wow! This tutorial is one of the best I ever encountered. Nothing is missing,
nothing is cryptic or unclear. What I like best is, that it get's along without
using Qt Designer plugins or something similar strange. It's a good basis to
start. Maybe you should write a book, covering all t
animation objects have a private _stop() method. That might have to be a
workaround.
On Sun, Apr 12, 2015 at 9:24 AM, Thomas Caswell wrote:
> You can
>
>
> ```
>
> #import matplotlib
>
> #matplotlib.use('nbagg')
>
> #%matplotlib nbagg
>
> import numpy as np
>
> import matplotlib.pyplot as plt
>