MathGroup Archive 1999

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

Search the Archive

Re: Re: The behaviour of DisplayTogether

  • To: mathgroup at smc.vnet.net
  • Subject: [mg17412] Re: [mg17347] Re: [mg17285] The behaviour of DisplayTogether
  • From: "Andrzej Kozlowski" <andrzej at tuins.ac.jp>
  • Date: Thu, 6 May 1999 02:44:21 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

You must first load in Graphics`Graphics` to see the difference since it is
not a built in function.
--
Andrzej Kozlowski
Toyama International University
JAPAN
http://sigma.tuins.ac.jp
http://eri2.tuins.ac.jp


----------
>From: BobHanlon at aol.com
To: mathgroup at smc.vnet.net
>To: mathgroup at smc.vnet.net
>Subject: [mg17412] [mg17347] Re: [mg17285] The behaviour of DisplayTogether
>Date: Mon, May 3, 1999, 2:45 PM
>

>
> In a message dated 5/1/99 4:52:36 AM, giancruc at tin.it writes:
>
>>My problem:
>>I would combine graphics in a single plot using a simple iteration;
>>for example, instead of
>>
>>DisplayTogether[{Plot[x^2,{x,-2,2}],Plot[2 x^2,{x,-2,2}],
>>    Plot[3 x^2,{x,-2,2}]}]
>>
>>I'd like to use:
>>
>>DisplayTogether[Table[Plot[a x^2,{x,-2,2}],{a,3}]]
>>
>>but this second syntax doesn't work (apparently because of the delayed
>>iteration in a), while the previous one has no problems.
>>Would someone please help me?
>>
>
> Gianluca,
>
> On a Mac Power PC and Mathematica 3.0.1, both of your expressions give the
> same results.  What version of Mathematica are you using and on what platform?
>
> Bob Hanlon


  • Prev by Date: Bug in Solve?
  • Next by Date: Re: InputString prompts
  • Previous by thread: Re: The behaviour of DisplayTogether
  • Next by thread: subsidiary conditions in Solve?