Interactive Display
- To: mathgroup at smc.vnet.net
- Subject: [mg27286] Interactive Display
- From: oda <adj at ensm-douai.fr>
- Date: Fri, 16 Feb 2001 03:58:45 -0500 (EST)
- Organization: Mines de Douai
- Sender: owner-wri-mathgroup at wolfram.com
Hi, all How can I interactively update a graphics a graphics ? For example I have: Random vertices In[23}:= vertices = Table[{Random[], Random[]}, {1000}]; I want to automatically display the update the under Plot In[24] when I execute the line. Notice that I don't like to put vertices definition straightly in listplot. In[24]:=ListPlot[vertices, PlotJoined -> True]. Thanks in advance