From: Allan N. E. <all...@gm...> - 2006-05-14 13:20:13
Can I implement realtime plotting in matplotlib? The data will be coming
from the serial port. The plotting will be similar to an oscilloscope. Can
you suggest matplotlib modules I can use for this particular application.
Thanks
From: Charlie M. <cw...@gm...> - 2006-05-16 16:01:15
http://www.scipy.org/Cookbook/Matplotlib/Animations
You can get pretty good framerates using the blitting technique
described in the link above.
On 5/14/06, Allan Noriel Estrella <all...@gm...> wrote:
> Can I implement realtime plotting in matplotlib? The data will be coming
> from the serial port. The plotting will be similar to an oscilloscope. Ca=
n
> you suggest matplotlib modules I can use for this particular application.
> Thanks
>