RE: [Q] how to use simple notation to combine many graphics
- To: mathgroup@smc.vnet.net
- Subject: [mg11386] RE: [mg11349] [Q] how to use simple notation to combine many graphics
- From: jmt <jmthomas@cybercable.tm.fr>
- Date: Sun, 8 Mar 1998 20:13:07 -0500
- Organization: TeA
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