On Thu, Apr 19, 2012 at 1:21 PM, Goyo wrote:
> El día 19 de abril de 2012 05:31, questions anon
> escribió:
> > Thank you, I was able to get it to work but only if I imported datetime
> > within the loop, otherwise I ended up with the
> > AttributeError: type object 'datetime.datetime' has no at
El día 19 de abril de 2012 05:31, questions anon
escribió:
> Thank you, I was able to get it to work but only if I imported datetime
> within the loop, otherwise I ended up with the
> AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
> and if I added 'import datetime' at
I think I get what the problem really is. The mouse input is apparently
asynchronous and re-entrant rather than queued. That is my mouse
handlers are getting called while in progress (e.g. it continues to run
continuously while "stopped" on a breakpoint inside a mouse handler).
This causes all
Mouse input occasionally apparently loses mouse events. The effect is a
sometimes "sticky" quality to the mouse. I believe this is due to
incorrect handling of the mouse input queue in the main loop.
Getting a mouse input queue right is a bit tricky in the presence of
latency since you can't b
Hi,
I'm new to this mailing list, I'm writing here because I was not able to
solve searching in the web.
I would like to display subplot data divided per week, I write this code:
https://gist.github.com/2412755
But I have 2 problems that I would like to solve:
1) I would like to see the xticks