Re: [Matplotlib-users] Plotting data from serial stream

2010-03-13 Thread Brian Zambrano
I've done this successfully with both the Qt4 and WX Agg backends. The part you care about is the update method. Here's the snippet I use for Qt. It shouldn't change except for your imports at the top if you're using Wx. Note, I've trimmed this down a bit, so hopefully I didn't trim out anythin

[Matplotlib-users] Plotting data from serial stream

2010-03-12 Thread Gökhan Sever
Hello, I read a simple data stream from my computers serial port. I can nicely read the data using pyserial library but couldn't get it *nicely* working neither with WXAgg nor Qt4Agg using the following code. Although with WX I could get updated looks, the figure isn't very responsive in this way.