Real-time plotting
- To: mathgroup at smc.vnet.net
- Subject: [mg22625] Real-time plotting
- From: aram at sirius.com (Aram Schiffman)
- Date: Thu, 16 Mar 2000 09:10:43 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
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.