MathGroup Archive 1998

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

Search the Archive

RE: [Q] how to use simple nota




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
|




  • Prev by Date: Re: Defining a Function??
  • Next by Date: RE: defining precision (Q:)
  • Prev by thread: Integrate E^(I x) Bug?
  • Next by thread: RE: Bivariate InverseErf funct