RE: [Q] how to use simple nota
- To: mathgroup@smc.vnet.net
- Subject: [mg11436] RE: [mg11349] [Q] how to use simple nota
- From: Ersek_Ted%PAX1A@mr.nawcad.navy.mil
- Date: Thu, 12 Mar 1998 01:33:19 -0500
Ping, Use the following. In[1]:= Show[gr/@Range[200],options] Note: gr/@Range[200] is short hand for Map[gr,Range[200]] Ted Ersek ---------- |From: "pguo"@cse.cuhk.edu.hk@PMDF@PAXMB1 To: mathgroup@smc.vnet.net |To: ersek ted; "mathgroup"@smc.vnet.net@PMDF@PAXMB1 |Subject: [mg11436] [mg11349] [Q] how to use simple notation |Date: Saturday, March 07, 1998 5:33AM | |<<File Attachment: 00000000.TXT>> |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 |