Re: matplotlib timer

2015-10-01 Thread Laura Creighton
In a message of Thu, 01 Oct 2015 20:47:10 +0100, Dave Farrance writes: >Laura Creighton wrote: > >>In a message of Thu, 01 Oct 2015 20:03:26 +0100, Dave Farrance writes: >>>Laura Creighton wrote: >>> In a message of Thu, 01 Oct 2015 18:45:06 +0100, Dave Farrance writes: >Yet the documenta

Re: matplotlib timer

2015-10-01 Thread Dave Farrance
Laura Creighton wrote: >In a message of Thu, 01 Oct 2015 20:03:26 +0100, Dave Farrance writes: >>Laura Creighton wrote: >> >>>In a message of Thu, 01 Oct 2015 18:45:06 +0100, Dave Farrance writes: Yet the documentation says that it's mandatory for the GUI backend base to implement stop()

Re: matplotlib timer

2015-10-01 Thread Laura Creighton
In a message of Thu, 01 Oct 2015 20:03:26 +0100, Dave Farrance writes: >Laura Creighton wrote: > >>In a message of Thu, 01 Oct 2015 18:45:06 +0100, Dave Farrance writes: >>>Yet the documentation says that it's mandatory for the GUI backend base >>>to implement stop() but that single_shot is option

Re: matplotlib timer

2015-10-01 Thread Dave Farrance
Laura Creighton wrote: >In a message of Thu, 01 Oct 2015 18:45:06 +0100, Dave Farrance writes: >>Yet the documentation says that it's mandatory for the GUI backend base >>to implement stop() but that single_shot is optional. Ho hum. > >report as a bug. its a doc bug at least, but I think its a r

Re: matplotlib timer

2015-10-01 Thread Laura Creighton
In a message of Thu, 01 Oct 2015 18:45:06 +0100, Dave Farrance writes: >Yet the documentation says that it's mandatory for the GUI backend base >to implement stop() but that single_shot is optional. Ho hum. report as a bug. its a doc bug at least, but I think its a real bug, and your code should

Re: matplotlib timer

2015-10-01 Thread Dave Farrance
Laura Creighton wrote: >In a message of Thu, 01 Oct 2015 17:36:50 +0100, Dave Farrance writes: >>I'm trying to set up the basics of a timer-scheduled function in >>matplotlib and I can't figure out how to stop the timer. Maybe the >>stop() method is dysfunctional in Ubuntu 14.04 or maybe I'm gett

Re: matplotlib timer

2015-10-01 Thread Laura Creighton
In a message of Thu, 01 Oct 2015 17:36:50 +0100, Dave Farrance writes: >I'm trying to set up the basics of a timer-scheduled function in >matplotlib and I can't figure out how to stop the timer. Maybe the >stop() method is dysfunctional in Ubuntu 14.04 or maybe I'm getting the >syntax wrong. > >If

matplotlib timer

2015-10-01 Thread Dave Farrance
I'm trying to set up the basics of a timer-scheduled function in matplotlib and I can't figure out how to stop the timer. Maybe the stop() method is dysfunctional in Ubuntu 14.04 or maybe I'm getting the syntax wrong. If anybody's got matplotlib installed, can you try this code and tell me if it s