strip charts using matplotlib

View: New views
2 Messages — Rating Filter:   Alert me  

strip charts using matplotlib

by Dan Klinglesmith-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can someone give me examples of generating a strip chart type of display that will display 1800 data points and update once per second?

cheers, Dan

Daniel A. Klinglesmith III
Magdalena Ridge Observatory
New Mexico Tech
(575) 835-6802

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@...
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Re: strip charts using matplotlib

by Eero Nevalainen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dan Klinglesmith wrote:
> Can someone give me examples of generating a strip chart type of display that will display 1800 data points and update once per second?

I made something like this in matlab once. Froze up because memory had
to cleaned. Back then I concluded that circular buffers would probably
have fixed the issue. You might want to try that.

--
Eero Nevalainen
System Architect
Indagon Ltd.



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@...
https://lists.sourceforge.net/lists/listinfo/matplotlib-users