MathGroup Archive 1996

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

Search the Archive

Re: Display a List of Graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4832] Re: [mg4795] Display a List of Graphics
  • From: Andrei Constantinescu <constant at athena.polytechnique.fr>
  • Date: Fri, 20 Sep 1996 01:12:48 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

 Hi Nodar,

you can do something of the following Style:

 gri = Plot[ ... , PlotStyle -> RGBColor[i/n,1-i/n,0] , DisplayFunction -> Identity ]

and then 

 Show[ gr1, gr2, ... , DisplayFunction -> $DisplayFunction ]

if your stack is really huge you might put everything together with 
functions, Map, Do, ... and things of the stuff !

For PlotStyle -> p. 412 Wolfram Mtathbook 

 regards,

   a + andrei


==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: differential equation
  • Next by Date: Re: Display a List of Graphics
  • Previous by thread: Display a List of Graphics
  • Next by thread: Re: Display a List of Graphics