Re: [Matplotlib-users] Qt4 Designer Example

2015-04-13 Thread Christian Ambros
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

Re: [Matplotlib-users] Some questions regarding pcolor(mesh)/nbagg/FuncAnimate

2015-04-13 Thread Benjamin Root
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 >