MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Questions
  • Next by Date: inverting y axis in DensityPlot
  • Previous by thread: Re: Questions
  • Next by thread: Re: Interactive Display