[SciPy-user] Fast simple plotting

Russell E Owen rowen at cesmail.net
Thu Jan 4 13:18:23 EST 2007


In article <1167905435.4888.18.camel at localhost>,
 Lars Friedrich <lfriedri at imtek.de> wrote:

> Hello everyone,
> 
> I am using python/scipy to control some hardware using ctypes and some
> self written dlls. Now I have the need to display some data online while
> doing other things. Until now I used matplotlib to plot everything, but
> this is too slow for the online display. What do you recommend?

When we ran into a similar problem we switched from matplotlib to 
HippoDraw. it is very nice and very fast, but uses Qt, which is a big 
package.

-- Russell




More information about the SciPy-User mailing list