Re: Real-time plotting
- To: mathgroup at smc.vnet.net
 - Subject: [mg22669] Re: Real-time plotting
 - From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
 - Date: Sat, 18 Mar 2000 01:27:45 -0500 (EST)
 - Organization: Universitaet Leipzig
 - References: <8aqq22$a1i@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi, no -- since the graphics is send as one pice to the PostScript renderer and it returns a bitmap there is no static memory that can be updated with just one point. Regards Jens Aram Schiffman wrote: > > Hi all, > > Sorry if this is an oldie, but ... > > How might I conjure up a method for real-time plotting? What I have in > mind is this: every time a function calulates a new point, it updates > a plot (presumably, a listplot). When I've collected enough points to > satisfy myself, I hit a key or click the mouse or enter the interrupt > command, and it aborts. What I don't want to do is accumulate one new > plot per new point (obviously, I guess). > > Can anyone clue me in? > > Much obliged, in advance.