MathGroup Archive 1998

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

Search the Archive

RE: [Q] how to use simple notation to combine many graphics



Try this:
g[i_]:=Graphics[Line[{{Random[],Random[]},{Random[],Random[]}}]]
(*defines a random line*) Do[g[i],{i,10}](*sets values for g from 1 to
10*) Show[Table[g[i],{i,10}]]

Hope this helps,


----------------------------------------------- Jean-Marie THOMAS
Conseil et Audit en Ingenierie de Calcul www.cybercable.tm.fr/~jmthomas
------------------------------------------------


-----Message d'origine-----
De:	Guo, Ping (?uE?) [SMTP:pguo@cse.cuhk.edu.hk] Date:	samedi 7 mars
1998 08:06
A:	mathgroup@smc.vnet.net
Objet:	[mg11349] [Q] how to use simple notation to combine many graphics

I use Plot[] to creat figures
named as gr[1], gr[2], ... gr[200],  I want to combine these figure
together.

Should I write
Show[gr[1],gr[2],....gr[200], option] ? or there is a simple way to
write the combined figure?

Thank you for help.

Ping




  • Prev by Date: Re: [Q] how to use simple notation to combine many graphics
  • Next by Date: Re: ListPlot3D Color
  • Prev by thread: Re: [Q] how to use simple notation to combine many graphics
  • Next by thread: Re: [Q] how to use simple notation to combine many graphics