realtime plotting in matplotlib

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

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 <allan.noriel.estrella@...287...> 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. Can
you suggest matplotlib modules I can use for this particular application.
Thanks