Quantcast
Channel: High-performance realtime data display - Stack Overflow
Viewing all articles
Browse latest Browse all 4

High-performance realtime data display

$
0
0

I'm trying to find a tool for plotting data (mostly line graphs and such) that can be used for high performance applications. My data window typically contains between 500 to several thousand points, and I'd be happy with a framerate of 10 or so. I receive my data as a binary stream on a socket. I am on Mac OS X.

I've tried several solutions, and I discuss my experiences with them below.

R: Dreadfully slow and unable to keep up, painful to read sockets, graph flickers.

matplotlib: Pretty slow but a little usable, also. However, it requires a ton of Python machinery to run, and IMO the API is pretty opaque. Under constant updating, the window containing the graph becomes modal and the Mac beachball appears -- not great for user interaction.

Gnuplot: Much better performance and API. However, communicating large quantities of data to gnuplot happens by generating temporary ASCII (!) files -- this means if my framerate goes up, I'm starting to do tons of disk reads and this is a performance issue.

Any other suggestions?


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>